Arcade · Example Payload

Arcade Engine Hooks Get Example

AgentsMCPAI AgentsAuthorizationOAuthTool CallingAgent InfrastructureLLMIntegrations

Arcade Engine Hooks 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": "hooks-get",
  "method": "GET",
  "path": "/v1/hooks/{hook_id}",
  "summary": "Get a Hook",
  "response": {
    "cache_enabled": true,
    "cache_ttl_ms": 1,
    "created_at": "string",
    "failure_mode": "fail_closed",
    "hook_point": "string",
    "id": "string",
    "name": "string",
    "phase": "before",
    "plugin_id": "string",
    "priority": 1,
    "status": "active",
    "timeout_ms": 1,
    "updated_at": "string",
    "version": 1
  }
}