cURL
curl --request POST \ --url https://app.datafold.com/api/v1/monitors/{id}/run \ --header 'Authorization: <api-key>'
{ "run_id": 123 }
Use the 'Authorization' header with the format 'Key <api-key>'
The unique identifier of the monitor for which to start the run.
Successful Response
The response is of type object.
object