Skip to main content

List objects according to the cursor specifications and limit

List objects according to the cursor specifications and limit

Query Parameters
    cursor string

    The cursor

    limit integer

    Default value: 10

    The maximum number of results

Responses

Found.


Schema
    first string nullable required

    The link to the first page.

    items object[] required

    An array of objects.

  • Array [
  • id string

    A string which uniquely identifies a linguistic model. Please note that this may become a number in the future.

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