PaginatedMeta

Metadata returned alongside every list response.

  • pagination
    Type: object ยท Pagination
    required

    Where the returned page sits in the full result set.

    • has_more
      Type: boolean
      required

      Whether at least one more page follows this one. Keep incrementing page[number] while this is true.

    • page
      Type: integer
      required

      The page that was returned.

    • page_size
      Type: integer
      required

      How many records this page can hold.

  • request_id
    Type: string
    required

    Identifier for this request. Quote it when contacting support about a specific call.