List all pipelines
GET/v1/open-api/pipe/all
List all pipelines with their stages.
Requires grant PERMISSION_OPEN_API_LEAD:READ.
Responses
- 200
- 401
- 403
- 429
All pipelines.
Invalid, revoked or expired token (401).
The token lacks the required permission:scope grant (403).
Rate limit of 60 requests/minute exceeded (429).