Search conversations
Search for conversation sequence IDs for a specific agent within a scheduled-time window. The window is evaluated against scheduled call-step time using UTC calendar days: start is interpreted as 00:00:00.000Z for that date and end as 23:59:59.999Z for that date. Both must be zero-padded YYYY-MM-DD dates. Results are returned as conversation sequence IDs only — use the metadata endpoint to hydrate them.
Authorizations
Organization API key. Get it from the 11x team or from the platform.
Path Parameters
ID of the agent, e.g. agent.abc123.
Query Parameters
UTC start date for the search window in zero-padded YYYY-MM-DD format (inclusive).
"2026-05-06"
UTC end date for the search window in zero-padded YYYY-MM-DD format (inclusive).
"2026-05-14"
Maximum number of sequence IDs to return.
1 <= x <= 500Number of matching conversations to skip.
x >= 0