List
List
Path Parameters
The Content Generation id.
Query Parameters
The cursor
Default value: 10
The maximum number of results
Search query
- 200
- 401
Found.
Schema
- Array [
- Array [
- ]
- Array [
- ]
- ]
The link to the first page.
items object[] required
An array of objects.
The parent content generation id.
The data from knowledge graph after applying the graphql query.
errors object[]
The set of errors found for record.
Possible values: [RECOMMENDED
, REQUIRED
]
The rule level.
Possible values: [PASS
, FAIL
, SKIP
, FIXED
]
This indicates whether the user upvoted the completion.
This indicates whether the completion is accepted by the user.
The last modified date-time.
Words in completion that are not in the prompt.
The prompt.
repeated_words object
Words in completion which are repeated.
property name* WordRepetitionData
Words in completion which are repeated.
Possible values: [accepted
, warnings
, errors
, valid
]
The status of the record, whether it's accepted, with errors, with warnings or valid.
The last validation date-time.
warnings object[]
The set of errors found for record.
Possible values: [RECOMMENDED
, REQUIRED
]
The rule level.
Possible values: [PASS
, FAIL
, SKIP
, FIXED
]
The link to the last page.
The link to the next page or null
if there's no page.
The link to the previous page or null
if there's no page.
The link to the current page.
{
"first": "string",
"items": [
{
"completion": "string",
"content_generation_id": 0,
"data": {},
"errors": [
{
"levelEnum": "RECOMMENDED",
"name": "string",
"result": "PASS"
}
],
"has_upvote": true,
"id": 0,
"is_accepted": true,
"modified_at": "2025-01-21T12:18:16.283Z",
"not_in_prompt_words": [
"string"
],
"prompt": "string",
"repeated_words": {},
"status": "accepted",
"validated_at": "2025-01-21T12:18:16.283Z",
"warnings": [
{
"levelEnum": "RECOMMENDED",
"name": "string",
"result": "PASS"
}
]
}
],
"last": "string",
"next": "string",
"prev": "string",
"self": "string"
}
Authentication Failure