Skip to main content

List projects

List projects

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 string nullable required

    The link to the first page.

    items object[] required

    An array of objects.

  • Array [
  • account_id int64 required

    The Account id bound to this Content Generation.

    created_at date-time

    The create date-time.

    deleted boolean required

    Default value: false

    True if the project has been deleted.

    deleted_at date-time

    The delete date-time.

    graphql_query string required

    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.

    model string

    Possible values: <= 250 characters

    Default value: ada

    The model name.

    modified_at date-time

    The last modified date-time.

    name string required

    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.

  • ]
  • 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...