cURL
curl --request GET \ --url 'https://api.getomni.ai/batches/pipelines/run/${pipelineId}' \ --header 'x-api-key: <api-key>'
{ "batchId": "123e4567-e89b-12d3-a456-426614174000", "requests": [ ..., ], "status": "COMPLETE", "timeElapsed": 7885 }
The ID of the pipeline to run
The job ID of the pipeline run
The batch ID of the pipeline run
A list of requests that were made to the pipeline
The status of the pipeline run
The time elapsed in milliseconds for the pipeline run