Arcade · Example Payload

Arcade Engine Workers Health Example

AgentsMCPAI AgentsAuthorizationOAuthTool CallingAgent InfrastructureLLMIntegrations

Arcade Engine Workers Health 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-health",
  "method": "GET",
  "path": "/v1/workers/{id}/health",
  "summary": "Get the Health of a Worker",
  "response": {
    "enabled": true,
    "healthy": true,
    "id": "string",
    "message": "string"
  }
}