Get Executions By Name Using GET
Get all Executions of a Pipeline with specified paging and filter parameters.
The name of the Pipeline
The project the Pipeline belongs to
To list with OData like filter
Order by attribute
To skip 'n' Executions for listing
To list top 'n' Executions for listing
To select 'n'th page for listing
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
'Success' with Executions on pages
{
"count": 0,
"links": [
"string"
],
"totalCount": 0
}
Number of resources within the current page.
Details of the queried resources.
Partial URLs representing the links to the queried resources.
Number of resources across all pages.
Unauthorized Request
Forbidden
Not Found
Server Error