List executions
List all executions.
Org is the organisation identifier.
oy0Project is the project identifier.
a0Limit is the number of records to return for a page.
30Example: 30Page is the page number to return relative to the page 'limit'.
1Example: 1Workspace identifier
Enim enim et quisquam ratione consectetur.Pipeline identifier
Perspiciatis rerum quidem hic ratione qui.Status of the execution
["Voluptates maxime id et eveniet.","Modi eius eius.","Omnis illum non sunt architecto iusto veniam.","Ipsam voluptate quidem."]Pipeline name
Iusto molestiae earum iste ut officia.Specify the start time for the query
1691150743950Specify the end time limit for the query
1691150743950Account is the internal customer account ID.
8OK response.
BadRequestError: Bad Request response.
UnauthorizedError: Unauthorized response.
ForbiddenError: Forbidden response.
NotFoundError: Not Found response.
TimeoutError: Request Timeout response.
ConflictError: Conflict response.
LockedError: Locked response.
ContextCancelledError: response.
InternalServerError: Internal Server Error response.
BadGatewayError: Bad Gateway response.
GET /api/orgs/{org}/projects/{project}/executions HTTP/1.1
Host: localhost:80
Harness-Account: 8
Accept: */*
[
{
"account": "ema",
"created": 6257546788028855000,
"org": "z2",
"pipeline": "Quas repellendus ut illum ad.",
"pipeline_execution_id": "Quasi et consectetur asperiores minus possimus ipsa.",
"pipeline_stage_id": "Voluptas id doloremque nisi cumque incidunt.",
"project": "q",
"status": "none",
"workspace": "Quas qui."
},
{
"account": "ema",
"created": 6257546788028855000,
"org": "z2",
"pipeline": "Quas repellendus ut illum ad.",
"pipeline_execution_id": "Quasi et consectetur asperiores minus possimus ipsa.",
"pipeline_stage_id": "Voluptas id doloremque nisi cumque incidunt.",
"project": "q",
"status": "none",
"workspace": "Quas qui."
}
]Last updated
Was this helpful?