GET
/
ext
/
query_pipeline_runs

Body

api_key
string
required

This is the API key for your account. You can obtain this from the “Secrets” tab of your “Settings” page.

subproject_id
string
required

This is the id of the subproject the pipeline resides in. You can obtain this from the URL of the subproject page.

pipeline_id
string
required

This is the id of the pipeline whose runs you are trying to query. You can obtain this from the table on the first tab of the pipeline modal.

Response

status
number

Indicates whether the call was successful. 200 if successful, 400 if not.

message
[Pipeline Run]

Message containing the queried pipeline runs.