mcp
Retrieves all release pipelines configured for the specified project.
get/api/v1/projects/{project_pk}/release-pipelines/
Path parameters
project_pkstring required
Query parameters
orderingstring
Which field to use when ordering the results.
pageinteger
A page number within the paginated result set.
page_sizeinteger
Number of results to return per page.
Response
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}