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

List pipelines

List the pipelines where the workspace is been used

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

Org is the organisation identifier.

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

Project is the project identifier.

Example: k
workspacestringRequired

Workspace identifier

Example: Ea ipsa quis.
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
Header parameters
Harness-Accountstring · min: 1 · max: 128Required

Account is the internal customer account ID.

Example: qsy
Responses
200

OK response.

application/json
get/api/orgs/{org}/projects/{project}/workspaces/{workspace}/pipelines
GET /api/orgs/{org}/projects/{project}/workspaces/{workspace}/pipelines HTTP/1.1
Host: localhost:80
Harness-Account: qsy
Accept: */*
{
  "account": "48p",
  "org": "3qi",
  "pipelines": [
    "Sit dolore quia.",
    "Est a sint dolores autem et.",
    "Tenetur occaecati aut error dolores neque."
  ],
  "project": "i"
}

Last updated

Was this helpful?