List Validation Syncs
List Validation Syncs
Path Parameters
- contentGenerationId int64 required
The Content Generation id.
Query Parameters
- cursor string required
The cursor
- limit integer required
Default value:
10
The maximum number of results
- sort string required
Default value:
+id
The sorting,
+id
or-id
Responses
- 200
- 401
Found.
- application/json
- Schema
- Example (from schema)
Schema
- first string nullable required
The link to the first page.
items object[] required
An array of objects.
Array [completions_errored int32 requiredThe number of errored completions
completions_generated int32 requiredThe number of generated completions
content_generation_id int64 requiredThe parent content generation id.
created_at date-time requiredThe create date-time.
has_errors boolean requiredWhether the sync encountered errors.
id int64 requiredThe unique id.
modified_at date-time requiredThe last modified date-time.
started_at date-time requiredThe started date-time.
stopped_at date-time requiredThe stopped date-time.
total int32 requiredThe 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.
{
"first": "string",
"items": [
{
"completions_errored": 0,
"completions_generated": 0,
"content_generation_id": 0,
"created_at": "2023-07-20T12:14:49.164Z",
"has_errors": true,
"id": 0,
"modified_at": "2023-07-20T12:14:49.164Z",
"started_at": "2023-07-20T12:14:49.164Z",
"stopped_at": "2023-07-20T12:14:49.164Z",
"total": 0
}
],
"last": "string",
"next": "string",
"prev": "string",
"self": "string"
}
Authentication Failure
Loading...