List registered execution workers (agent bridge)
const url = 'https://example.com/api/agents/workers';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/api/agents/workers \ --header 'Authorization: Bearer <token>'Workers that called register_worker over MCP, with online presence and any
in-flight lanes in the caller’s accessible projects. Used by the portal
execution monitor. Optional project_id filter. Rate limited (120/min/IP).
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Responses
Section titled “ Responses ”Registered workers
object
object
object
Agent backend (claude, codex, cursor, copilot, hello-world, …)
True when last_seen_at is within the presence window (~120s)
object
Not authenticated
object
Human-readable error message
Stable machine-readable error code for client branching
First validation message per field path
object
Structured validation issues (Zod)
object
Seconds until rate limit resets (429 responses)
True if re-linking GitHub may fix the issue
Forbidden
object
Human-readable error message
Stable machine-readable error code for client branching
First validation message per field path
object
Structured validation issues (Zod)
object
Seconds until rate limit resets (429 responses)
Server error
object
Human-readable error message
Stable machine-readable error code for client branching
First validation message per field path
object
Structured validation issues (Zod)
object
Seconds until rate limit resets (429 responses)