cURL
curl --request GET \ --url https://control-plane.kubiya.ai/api/v1/jobs/{job_id}/executions
{ "job_id": "<string>", "total_count": 123, "executions": [ { "execution_id": "<string>", "trigger_type": "<string>", "status": "<string>", "started_at": "2023-11-07T05:31:56Z", "completed_at": "2023-11-07T05:31:56Z", "duration_ms": 123, "error_message": "<string>" } ] }
Get execution history for a job.
Query Parameters:
Successful Response
Schema for job execution history response
Show child attributes
Was this page helpful?