cURL
curl --request GET \ --url https://app.fliqr.ai/api/pipelines/ \ --header 'X-ACCESS-TOKEN: <api-key>'
{ "data": [ { "id": 123, "name": "<string>" } ] }
Get list of pipelines
Specifies the starting position of the first record to return in a paginated response.
Sets the maximum number of records to return per request.
successful operation
Show child attributes
Was this page helpful?