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

Authorizations

X-ACCESS-TOKEN
string
header
required

Query Parameters

offset
integer
default:0

Specifies the starting position of the first record to return in a paginated response.

limit
integer
default:100

Sets the maximum number of records to return per request.

Response

200 - application/json

successful operation

data
object[]