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

List all workspace tags

List all tags

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

Org is the organisation identifier.

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

Project is the project identifier.

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

Account is the internal customer account ID.

Example: j
Responses
200

OK response.

application/json
string[]OptionalExample: ["Atque voluptatem dolore.","Sed quod voluptates non debitis corrupti pariatur."]
get/api/orgs/{org}/projects/{project}/tags
GET /api/orgs/{org}/projects/{project}/tags HTTP/1.1
Host: localhost:80
Harness-Account: j
Accept: */*
[
  "Ex labore ea totam odio enim.",
  "Voluptatem autem non molestiae."
]

Last updated

Was this helpful?