Skip to main content

List

GET 

/content-generations

List

Request

Query Parameters

    cursor string

    The cursor

    limit integer

    Default value: 10

    The maximum number of results

    deleted boolean

    Filter for the deleted flag

Responses

Found.

Schema

    first stringnullablerequired

    The link to the first page.

    items

    object[]

    required

    An array of objects.

  • Array [

  • account_id int64required

    The Account id bound to this Content Generation.

    created_at date-time

    The create date-time.

    deleted booleanrequired

    True if the project has been deleted.

    deleted_at date-time

    The delete date-time.

    graphql_query stringrequired

    The GraphQL query which will be used to import entity data from the Knowledge Graph.

    id int64

    The unique id.

    max_tokens int32

    Possible values: <= 2000

    Default value: 64

    The maximum number of tokens.

    min_words int32

    Minimum amount of words per completion

    model_id int64

    Possible values: >= 1

    Default value: 1

    The model ID.

    modified_at date-time

    The last modified date-time.

    name stringrequired

    Possible values: <= 250 characters

    The name.

    penalty double

    Possible values: >= 0.5 and <= 1.9

    Default value: 0.5

    The penalty score.

    prompt_template string

    The prompt template.

    stop string

    Default value: ###

    The stop sequence.

    temperature double

    Possible values: >= 0.4 and <= 0.8

    Default value: 0.4

    The temperature score.

    words_to_ignore string[]

    Words to ignore when checking for words not in prompt.

  • ]

  • last stringnullablerequired

    The link to the last page.

    next stringnullablerequired

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

    prev stringnullablerequired

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

    self stringnullablerequired

    The link to the current page.