Get a list of up to 100 application pipeline executions

Request

GET https://{hostname}:{port}
    /cli/applicationPipeline/execution?{parameters}
Accept: {contentType}
Table 1. Request parameters
Parameter Type Required Description
application string false Application name or id. Required if pipeline argument is a name.
pipeline string false Pipeline name or id.
startIndex int false Index of the first result to return. At most 100 results will be returned.
dateRangeBegin long false Specifies the date range beginning in miiliseconds since epoch.
dateRangeEnd long false Specifies the date range end in miiliseconds since epoch.
Table 2. Header parameters
Parameter Type Required Description
Accept
  • application/json
  • application/yaml
true

Related CLI command: getApplicationPipelineExecutions.