cURL
curl --request GET \ --url https://app.datafold.com/api/v1/monitors/{id}/runs/{run_id} \ --header 'Authorization: <api-key>'
{ "diff_id": 123, "error": "<string>", "monitor_id": 123, "run_id": 123, "started_at": "2023-11-07T05:31:56Z", "state": "ok", "warnings": [ "<string>" ] }
Use the 'Authorization' header with the format 'Key <api-key>'
The unique identifier of the run to retrieve.
The unique identifier of the monitor associated with the run.
Successful Response
The response is of type object.
object