cURL
curl --request POST \ --url https://api.artosai.com/pipelines/job/{jobId} \ --header 'Authorization: Bearer <token>'
{ "jobId": "<string>", "pipelineId": "<string>", "status": "<string>", "progress": 123, "current_agent": 123, "total_agents": 123, "started_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "completed_at": "2023-11-07T05:31:56Z", "failed_at": "2023-11-07T05:31:56Z", "error": {}, "output_filename": "<string>", "output_url": "<string>", "agents_executed": 123, "total_pages_generated": 123, "word_count": 123 }
Returns the current status of a pipeline execution job initiated by executing a pipeline.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Pipeline execution status
Status of a pipeline execution.