v1

latestOpenAPI 3.1.02026-07-26151126273.9 KB
Custom Pipelines (Deprecated)

Get Custom Pipeline Status

Check the status of a custom processor generation request using the request_check_url from the initial submission.

get/api/v1/custom_pipelines/{lookup_key}

Path parameters

lookup_keystring required

Cookies

wos-sessionstring
datalab_active_teamstring

Response

Successful Response

statusstring required

Current status: 'processing', 'completed', or 'failed'

processor_idstring nullable

Unique ID for executing this processor (format: cp_XXXXX). Only available when status='completed' and success=True.

request_descriptionstring nullable

Request description (from active version)

sent_atstring required

ISO timestamp when request was submitted

successboolean nullable

Whether generation succeeded

error_messagestring nullable

Error message if failed

runtimenumber nullable

Execution time in seconds

completed_atstring nullable

ISO timestamp when request completed

pipeline_paramsobject nullable

Active version pipeline parameters

pipeline_idstring nullable

Pipeline ID (pl_XXXXX) for the auto-created workspace pipeline. Only available when status='completed' and success=True.