List agent delegations scoped to the caller’s party.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Agent ID (agt_xxx) identifying which agent is making the request.
Required when X-Agent-ID is present. Session or conversation ID for agent observability.
1024Filter by parent delegation (dlg_xxx)
^dlg_[0-9a-f]{32}$Filter by agent (agt_xxx)
^agt_[0-9a-f]{32}$Filter to delegations where caller is the delegating party (customer)
^pty_[0-9a-f]{32}$Filter to delegations where caller is the delegated party (developer)
^pty_[0-9a-f]{32}$Include revoked delegations
Cursor for pagination
Max items per page
1 <= x <= 100