List
List
Query Parameters
The cursor
Default value: 10
The maximum number of results
Filter for the deleted flag
- 200
- 401
Found.
Schema
- Array [
- ]
The link to the first page.
items object[] required
An array of objects.
The Account id bound to this Content Generation.
The create date-time.
Default value: false
True if the project has been deleted.
The delete date-time.
The GraphQL query which will be used to import entity data from the Knowledge Graph.
The unique id.
Possible values: <= 2000
Default value: 64
The maximum number of tokens.
Minimum amount of words per completion
Possible values: >= 1
Default value: 1
The model ID.
The last modified date-time.
Possible values: <= 250 characters
The name.
Possible values: >= 0.5
and <= 1.9
Default value: 0.5
The penalty score.
The prompt template.
Default value: ###
The stop sequence.
Possible values: >= 0.4
and <= 0.8
Default value: 0.4
The temperature score.
Words to ignore when checking for words not in prompt.
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": [
{
"account_id": 0,
"created_at": "2024-12-19T10:40:03.845Z",
"deleted": false,
"deleted_at": "2024-12-19T10:40:03.845Z",
"graphql_query": "string",
"id": 0,
"max_tokens": 64,
"min_words": 0,
"model_id": 1,
"modified_at": "2024-12-19T10:40:03.845Z",
"name": "string",
"penalty": 0.5,
"prompt_template": "string",
"stop": "###",
"temperature": 0.4,
"words_to_ignore": [
"string"
]
}
],
"last": "string",
"next": "string",
"prev": "string",
"self": "string"
}
Authentication Failure