Arcade · Example Payload

Arcade Engine Workers Get Example

AgentsMCPAI AgentsAuthorizationOAuthTool CallingAgent InfrastructureLLMIntegrations

Arcade Engine Workers Get 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-get",
  "method": "GET",
  "path": "/v1/workers/{id}",
  "summary": "Get a Worker by ID",
  "response": {
    "binding": {
      "id": "string",
      "type": null
    },
    "enabled": true,
    "http": {
      "retry": 1,
      "secret": null,
      "timeout": 1,
      "uri": "string"
    },
    "id": "string",
    "managed": true,
    "mcp": {
      "external_id": "string",
      "headers": null,
      "oauth2": null,
      "redirect_uri": "string",
      "retry": 1,
      "secrets": {},
      "timeout": 1,
      "uri": "string"
    },
    "requirements": {
      "authorization": null,
      "met": true
    },
    "type": "http"
  }
}