Skip to main content

Create Completion sync

Create Completion sync

Path Parameters
    contentGenerationId int64 required

    The Content Generation id.

Request Body required
    apply_to ApplyTo

    Possible values: [ALL, OLD_VERSION, MISSING]

Responses

Found.


Schema
    completions_errored int32

    The number of errored completions

    completions_generated int32

    The number of generated completions

    content_generation_id int64 required

    The parent content generation id.

    created_at date-time

    The create date-time.

    has_errors boolean

    Whether the sync encountered errors.

    id int64

    The unique id.

    modified_at date-time

    The last modified date-time.

    started_at date-time

    The started date-time.

    stopped_at date-time

    The stopped date-time.

    total int32

    The total number of completions which needs to be generated

Loading...