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
Enter your API key with the Bearer prefix, e.g. ‘Bearer sk_…’.
Headers
Query parameters
Identity-prefix search. Filters to rows where identity LIKE q + '%'
(%/_ characters in the input are escaped as literals).
RFC 3339 timestamp. Narrows to callers active strictly AFTER the supplied moment. Useful for “active this week / month” filters.
Max items per page (default 50, max 200).
Response headers
Response
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).