For the complete documentation index, see llms.txt. This page is also available as Markdown.

List executions

List all executions.

get
Path parameters
orgstring · min: 1 · max: 128Required

Org is the organisation identifier.

Example: oy0
projectstring · min: 1 · max: 128Required

Project is the project identifier.

Example: a0
Query parameters
limitinteger · int64 · min: 1 · max: 1000Optional

Limit is the number of records to return for a page.

Default: 30Example: 30
pageinteger · int64 · min: 1Optional

Page is the page number to return relative to the page 'limit'.

Default: 1Example: 1
workspacestringOptional

Workspace identifier

Example: Enim enim et quisquam ratione consectetur.
pipeline_execution_idstringOptional

Pipeline identifier

Example: Perspiciatis rerum quidem hic ratione qui.
statusstring[]Optional

Status of the execution

Example: ["Voluptates maxime id et eveniet.","Modi eius eius.","Omnis illum non sunt architecto iusto veniam.","Ipsam voluptate quidem."]
pipeline_namestringOptional

Pipeline name

Example: Iusto molestiae earum iste ut officia.
start_timeinteger · int64Optional

Specify the start time for the query

Example: 1691150743950
end_timeinteger · int64Optional

Specify the end time limit for the query

Example: 1691150743950
Header parameters
Harness-Accountstring · min: 1 · max: 128Required

Account is the internal customer account ID.

Example: 8
Responses
200

OK response.

application/json
get/api/orgs/{org}/projects/{project}/executions
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?