Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

A managed API key, sent as Authorization: Bearer <key>. A workspace key is prefixed tgcc_; a reseller key is prefixed tgpk_. Keys carry scopes; the scope each operation demands is on the operation as x-required-scope.

Query Parameters

after
string

An opaque cursor. Pass back the value the previous page returned; do not construct or parse one. Cursors are base64url and may contain no padding — they are safe in a query string, which a raw ISO timestamp is not (+00:00 decodes to a space and silently breaks every second page).

limit
integer

Page size. Clamped to the endpoint's maximum rather than refused, except on /conversations/{id}/messages, which answers 400 for a limit above 100.

Response

A page of results.

Cursor paging. Follow the cursor field this endpoint returns — the v2 surface does not yet use one name for it (next_cursor, next, or none at all on /jobs, which pages by offset).

data
object[]
has_more
boolean
next
string | null

An opaque cursor. Pass back the value the previous page returned; do not construct or parse one. Cursors are base64url and may contain no padding — they are safe in a query string, which a raw ISO timestamp is not (+00:00 decodes to a space and silently breaks every second page).

object
enum<string>
Available options:
list