Get a trigger run
Retrieve details about a specific trigger run. {trigger-name} can be replaced with wildcard - if you only know the run-id.
Response
OK
Example response
{
"id": "run_063001H1Y9BH9FJNHZNHGH4NVD1RXQ",
"created_at": "2023-03-25T17:43:23.654278298Z",
"action": {
"url": "https://example.com/my-own-endpoint",
"http_method": "POST",
"timeout_s": 6.2,
"type": "webhook",
"retry": {
"max_num_attempts": 5,
"delay_s": 10,
"type": "simple"
}
},
"status": "succeeded",
"payload": {
"body": "My Message Payload",
"content_type": "application/json; charset=utf-8",
"headers": {
"X-Custom-Header": "Custom-Value"
}
}
}Changes
Changed in 2 of the 18 revisions of this API.19
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the response's body type/format changed from
/toobject/for status200response-body-type-changed
- ○
removed
Runsubschema #2from the response bodyallOflist for the response status200response-body-all-of-removed
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the optional property
actionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
created_atto the response with the200statusresponse-optional-property-added
- ○
added the optional property
idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
latest_attemptto the response with the200statusresponse-optional-property-added
- ○
added the optional property
payloadto the response with the200statusresponse-optional-property-added
- ○
added the optional property
statusto the response with the200statusresponse-optional-property-added
- ▲