cURL
curl --request GET \ --url http://localhost:3000/api/v1/jobs/{id}/runs \ --cookie nut-session=
{ "success": true, "data": { "runs": [ { "id": "<string>", "jobId": "<string>", "status": "pending", "startedAt": "2023-11-07T05:31:56Z", "completedAt": "2023-11-07T05:31:56Z", "output": "<string>", "error": "<string>" } ] } }
Retrieve run history for a job
Session cookie authentication
Job ID
Job run history
Show child attributes
Run ID
Parent job ID
pending
running
completed
failed
Job output/logs
Error message if failed