Skip to main content
GET
Pipeline Executions

Authorizations

Authorization
string
header
required

a valid bearer token

Query Parameters

projectId
string

Filter results to pipelines belonging to this project.

paginationToken
string

Token to fetch the next batch of results for a previous query.

limit
integer<int32>
default:25

The maximum number of results to return (capped at 100).

pipelineName
string

Search against pipeline name, with case-insensitive partial matching.

environmentName
string

Filter results to pipelines executed within this environment.

startedAfter
string<date-time>

Filter results to pipelines started at or after this moment.

startedBefore
string<date-time>

Filter results to pipelines started at or before this moment.

timeFrame
string

Filter results to pipelines that started within this time frame, relative to now. Accepts an ISO-8601 duration string in the PnDTnHnMnS format, using days, hours, minutes and/or seconds, e.g. P1D, P7D, PT1H, PT30M, PT90S. Week, month and year units (P1W, P1M, P1Y) are not supported — use the day-based equivalents P7D, P30D and P365D instead.

status
enum<string>

Filter results to pipelines which have the status of one of the provided values.

Available options:
RUNNING,
SUCCESS,
FAILED,
CANCELLING,
CANCELLED,
FORBIDDEN,
SKIPPED,
UNKNOWN
scheduleId
string

Filter results to pipelines belonging to this schedule.

Response

Pipelines executions returned successfully

more
string

Token for fetching the next batch of results for this query; if omitted then there are no more.

results
object[]

Results of query