v5
OpenAPI 3.1.02026-08-04559375561.8 KBpublic
List leads
List active leads assigned to a voice agent using cursor pagination.
get/api/v1/public/agents/{agent_id}/leads
Path parameters
agent_idstring required
Query parameters
cursorstring nullable
Opaque cursor returned by the previous page.
Opaque cursor returned by the previous page.
limitinteger nullable
Maximum number of records to return. Omit with cursor to use 50. Omit both cursor and limit for the legacy unpaginated v1 response.
Maximum number of records to return. Omit with cursor to use 50. Omit both cursor and limit for the legacy unpaginated v1 response.
Response
Successful Response
LeadResponse[] required