Skip to main content
GET
/
pipelines
/
{pipeline_id}
/
runs
/
{run_id}
/
logs
Get Run Logs
curl --request GET \
  --url https://api.example.com/pipelines/{pipeline_id}/runs/{run_id}/logs/ \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Api-key
string | null

Path Parameters

pipeline_id
string<uuid>
required
run_id
string<uuid>
required

Query Parameters

job_name
string
required

Response

Successful Response

The response is of type string.