Get Executions By Id Using GET

Get Executions By Id Using GET

Get all Executions of a Pipeline with specified paging and filter parameters.

Request
URI
GET
http://cava-s-182-041.eng.vmware.com//codestream/api/pipelines/{id}/executions
COPY
Path Parameters
string
id
Required

The ID of the Pipeline

Query Parameters
string
$filter
Optional

To list with OData like filter

string
$orderby
Optional

Order by attribute

string
$skip
Optional

To skip 'n' Executions for listing

string
$top
Optional

To list top 'n' Executions for listing

string
page
Optional

To select 'n'th page for listing

string
apiVersion
Optional

The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about


Authentication
This operation uses the following authentication methods.
Responses
200

'Success' with Executions on pages

Returns Executions of type(s) */*
{
    "count": 0,
    "links": [
        "string"
    ],
    "totalCount": 0
}
integer As int64 As int64
count
Optional

Number of resources within the current page.

object
documents
Optional

Details of the queried resources.

array of string
links
Optional

Partial URLs representing the links to the queried resources.

integer As int64 As int64
totalCount
Optional

Number of resources across all pages.


401

Unauthorized Request

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure

500

Server Error

Operation doesn't return any data structure