v1

latestOpenAPI 3.1.02026-07-263971,2281.1 MB
textql.rpc.platform.AgentService

TriggerAgentWebhook

Trigger an agent run with a JSON webhook payload

post/v1/agents/webhook/trigger

Headers

Connect-Protocol-Version1 required

Define the version of the Connect protocol

Connect-Timeout-Msnumber

Define the timeout, in ms

Request body

triggerIdstring uuid required

The webhook trigger ID for the agent.

payloadobject

JSON payload to pass to the agent as run context. Limited to 16KB after JSON serialization.

Response

Success

statusstring

Queue status for the agent run.

Example response

{
  "status": "queued"
}
All 397 operations