Skip to main content

List Validation Syncs

List Validation Syncs

Path Parameters
    contentGenerationId int64 required

    The Content Generation id.

Query Parameters
    cursor string

    The cursor

    limit integer

    Default value: 10

    The maximum number of results

    sort string

    Default value: +id

    The sorting, +id or -id

Responses

Found.


Schema
    first string nullable required

    The link to the first page.

    items object[] required

    An array of objects.

  • Array [
  • 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

  • ]
  • last string nullable required

    The link to the last page.

    next string nullable required

    The link to the next page or null if there's no page.

    prev string nullable required

    The link to the previous page or null if there's no page.

    self string nullable required

    The link to the current page.

Loading...