v5

latestOpenAPI 3.0.0MIT2026-08-041554551.6 MB
Agents

List agent integrations

Retrieve integration links for an agent identified by its external identifier. Supports cursor pagination via after, before, limit, orderBy, and orderDirection.

get/v1/agents/{identifier}/integrations

Path parameters

identifierstring required

Query parameters

afterstring

Cursor for pagination indicating the starting point after which to fetch results.

beforestring

Cursor for pagination indicating the ending point before which to fetch results.

limitnumber

Limit the number of items to return

orderDirection'ASC' | 'DESC'

Direction of sorting

orderBystring

Field to order by

includeCursorboolean

Include cursor item in response

integrationIdentifierstring

Return only links for this integration identifier (not the internal document _id).

Response

OK

nextstring nullable required

The cursor for the next page of results, or null if there are no more pages.

previousstring nullable required

The cursor for the previous page of results, or null if this is the first page.

totalCountnumber required

The total count of items (up to 50,000)

totalCountCappedboolean required

Whether there are more than 50,000 results available