InboundTriggerAcceptedResponse
The response for a successfully accepted inbound trigger event.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
runId |
no | string (uuid) |
Gets the identifier of the queued run, when the trigger targets an agent. null for a workflow target — a workflow job is not tied to a single run id until it is picked up from the queue. |
— |
jobId |
yes | string (uuid) |
Gets the identifier of the queued job. | — |
location |
yes | string |
Gets the address to poll for the outcome. Same as the Location header. |
— |
eventsLocation |
no | string |
Gets the address of the run’s event stream. null for a workflow target. |
— |