Arcade · Example Payload

Arcade Engine Workers List Example

AgentsMCPAI AgentsAuthorizationOAuthTool CallingAgent InfrastructureLLMIntegrations

Arcade Engine Workers List Example is an example object payload from Arcade, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationmethodpathsummaryresponse

Example Payload

Raw ↑
{
  "operation": "workers-list",
  "method": "GET",
  "path": "/v1/workers",
  "summary": "List All Workers",
  "response": {
    "items": [
      {
        "binding": null,
        "enabled": null,
        "http": null,
        "id": null,
        "managed": null,
        "mcp": null,
        "requirements": null,
        "type": null
      }
    ],
    "limit": 1,
    "offset": 1,
    "page_count": 1,
    "total_count": 1
  }
}