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

Show workspace metrics

Show metrics for workspaces

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

Org is the organisation identifier.

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

Project is the project identifier.

Example: fg
Query parameters
start_timeinteger · int64Optional

Start time filter (Unix timestamp)

Example: 4554595841385176600
end_timeinteger · int64Optional

End time filter (Unix timestamp)

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

Account is the internal customer account ID.

Example: yi
Responses
200

OK response.

application/json
get/api/orgs/{org}/projects/{project}/workspace-metrics
GET /api/orgs/{org}/projects/{project}/workspace-metrics HTTP/1.1
Host: localhost:80
Harness-Account: yi
Accept: */*
{
  "status_counts": {
    "Ab debitis quam qui.": 3364157374848411000,
    "Deleniti quisquam.": 8552386470240735000,
    "Suscipit et qui.": 119343305104830880
  }
}

Last updated

Was this helpful?