cURL
curl --request GET \ --url http://localhost:3301/api/v1/cron-job-runs \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "response_status": 123, "response_headers": {}, "status": "PENDING", "error_message": "<string>", "execution_time_ms": 123, "started_at": "2023-11-07T05:31:56Z", "finished_at": "2023-11-07T05:31:56Z", "workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "trail": "<string>" }
List execution history. Use job_id to filter by a specific cron job.
API key authentication
Maximum results (default: 50, max: 100)
Filter by status (SUCCESS, FAILURE, RUNNING, PENDING)
Filter by cron job ID (optional)
Default Response
Show child attributes