List A2A task dispatches for the authenticated org
Returns both `explicit` (authored `agent.dispatch` workflow nodes) and `transparent` (MCP-bridge auto-routed) dispatches. Auth: session cookie via `requireOrgAccess()` (cookie-only today; CLI bearer tokens use a separate path).
Authorization
cookieAuth WorkOS AuthKit browser session cookie.
In: cookie
Query Parameters
501 <= value <= 200Cursor for backward pagination (ISO-8601 timestamp).
date-time"all""explicit" | "transparent" | "all"Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/api/a2a/dispatches"{
"dispatches": [
{
"id": "string",
"kind": "explicit",
"createdAt": "2019-08-24T14:15:22Z"
}
]
}{
"error": "Session not found"
}{
"error": "Session not found"
}Re-fetch AgentCard for an existing registration
Re-discovers the AgentCard from the stored URL. Updates the persisted card if content changed; marks the agent unreachable on failure.
Per-workspace JWKS for audit signature verification.
Fully unauthenticated RFC 7517 JWKS endpoint. Returns active and revoked Ed25519 keys so third parties can verify historical audit signatures without a Rensei account. Unknown workspaces return `200 {"keys":[]}` to avoid revealing workspace existence. Both `/{workspace_id}` and `/{workspace_id}.json` are accepted.