Skip to main content
GET
Search conversations

Authorizations

x-api-key
string
header
required

Organization API key. Get it from the 11x team or from the platform.

Path Parameters

agentId
string
required

ID of the agent, e.g. agent.abc123.

Query Parameters

start
string<date>
required

UTC start date for the search window in zero-padded YYYY-MM-DD format (inclusive).

Example:

"2026-05-06"

end
string<date>
required

UTC end date for the search window in zero-padded YYYY-MM-DD format (inclusive).

Example:

"2026-05-14"

limit
integer
default:100

Maximum number of sequence IDs to return.

Required range: 1 <= x <= 500
offset
integer
default:0

Number of matching conversations to skip.

Required range: x >= 0

Response

Matching conversation sequence IDs.

sequenceIds
string[]
required

Matching conversation sequence IDs.

Example:
pagination
object
required