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

Authorizations

X-ACCESS-TOKEN
string
header
required

Path Parameters

pipeline_id
number
required

Response

200 - application/json

successful operation

data
object[]