Skip to content
Pile
Esc
navigateopen⌘Jpreview

List usage

GET/workspaces/{organizationId}/usage
Path parameters
organizationIdstringrequired
Query parameters
periodstring
Responses
200Usage records
usageobject[]required
Show properties
Array of object
idstringrequired
organizationIdstringrequired
periodstringrequired
resourcestringrequired
actionstringrequired
countintegerrequired
createdAtstringrequired
updatedAtstringrequired
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/usage"
Response
{
  "usage": [
    {
      "id": "string",
      "organizationId": "string",
      "period": "string",
      "resource": "string",
      "action": "string",
      "count": 0,
      "createdAt": "string",
      "updatedAt": "string"
    }
  ]
}