cURL
curl --request GET \ --url https://api.agentixx.io/api/runs \ --header 'x-tenant-id: <api-key>' \ --cookie better-auth.session_token=
{ "items": [ {} ] }
Returns paginated workflow runs for the current tenant.
Session cookie set by Better Auth on sign-in.
Tenant/workspace UUID. Required on all /api/* endpoints.
Filter by run status
Page size (max 100)
"50"
Offset for pagination
"0"
Run list
Show child attributes