Skip to main content
GET
/
v1
/
pipelines
List pipelines
curl --request GET \
  --url https://api.octolane.com/v1/pipelines \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "<string>",
  "data": "<unknown>"
}

Authorizations

x-api-key
string
header
required

Public API key for the Octolane organization.

Response

Pipelines were returned.

success
boolean
Example:

true

message
string
data
any

Endpoint-specific response payload.