cURL
curl --request GET \ --url https://hub.griff.services/runs/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "monitorId": "<string>", "executionGroupId": "<string>", "location": "<string>", "environment": "<string>", "status": "pending", "triggeredBy": "schedule", "startedAt": "2023-11-07T05:31:56Z", "monitor": { "id": "<string>", "name": "<string>", "version": "<string>", "frequency": { "every": 123, "unit": "MINUTE" }, "locations": [ "<string>" ] }, "completedAt": "2023-11-07T05:31:56Z", "duration_ms": 123, "success": true, "errors": [ "<string>" ] } }
Get a specific job run by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
Show child attributes