List callbacks
PSA callbacks (webhook events) received for the caller’s tenant. Requires an indexed filter — entity_type+entity_id, entity_number, or since (≤ 7 days). Default page_size is 20 here (lower than the public-API global of 50): each row carries the per-workflow workflow_matches audit, so 50-row responses can exceed the chat-agent context budget.
Authorizations
Authorization: Bearer <token> where <token> is either a neo_sk_<env>_<secret> API key (service account) or a Microsoft Entra ID access token (dashboard user).
Query Parameters
PSA entity type (e.g. TICKET).
PSA entity id.
PSA entity number (e.g. ticket number).
ISO-8601 lower bound on receipt time (≤ 7 days ago).
ISO-8601 upper bound on receipt time.
Comma-separated change types to include.
Only callbacks that matched (or failed to match) this agent.
If true, only callbacks that were filtered out.
Items per page (1-200, default 50).
