List Callers

List the workspace’s callers, ordered by most-recently-seen first. A caller is the per-(tenant, agent, identity) entity that owns long-term memories and conversation history.

Authentication

AuthorizationBearer

Enter your API key with the Bearer prefix, e.g. ‘Bearer sk_…’.

Query parameters

agent_idstringOptional
Narrow the list to callers attached to one agent.
qstringOptional

Identity-prefix search. Filters to rows where identity LIKE q + '%' (%/_ characters in the input are escaped as literals).

last_seen_afterdatetimeOptional

RFC 3339 timestamp. Narrows to callers active strictly AFTER the supplied moment. Useful for “active this week / month” filters.

cursorstringOptional

Opaque cursor from a prior response’s next_cursor.

limitintegerOptional1-200Defaults to 50

Page size. Defaults to 50; capped at 200.

Response

OK
next_cursorstring or null

Opaque keyset cursor for the next page. Pass back as the cursor request parameter. null when the caller has reached the end of the list (has_more is also false in that case).

has_moreboolean
True when more rows exist beyond this page.
callerslist of objects

Errors

400
Bad Request Error