Skip to main content
GET
/
pipelines
/
{pipeline_id}
cURL
curl --request GET \
  --url https://app.fliqr.ai/api/pipelines/{pipeline_id} \
  --header 'X-ACCESS-TOKEN: <api-key>'
{
  "id": 123,
  "name": "<string>"
}

Authorizations

X-ACCESS-TOKEN
string
header
required

Path Parameters

pipeline_id
number
required

Response

200 - application/json

successful operation

id
number<int64>
name
string