GET
/
pipelines
/
{task_id}

This endpoint allows you to retrieve the results of a previously initiated pipeline processing task.

Path Parameters

task_id
string
required

Unique identifier for the pipeline task

Response

200 - application/json
task_id
string
required

Unique identifier for the pipeline task

status
enum<string>
required

Current status of the pipeline job

Available options:
PENDING,
IN_PROGRESS,
COMPLETED,
FAILED
results
object[]
required

Array of schema results

total_run_time
string
required

Total execution time of the pipeline