Skip to content
Pile
Esc
navigateopen⌘Jpreview

List billing

GET/workspaces/{organizationId}/billing
Path parameters
organizationIdstringrequired
Query parameters
periodstring
Responses
200Billing usage for the workspace
organizationIdstringrequired
periodstringrequired
usageobject[]required
Show properties
Array of object
resourcestringrequired
actionstringrequired
countintegerrequired
totalintegerrequired
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/billing"
Response
{
  "organizationId": "string",
  "period": "string",
  "usage": [
    {
      "resource": "string",
      "action": "string",
      "count": 0
    }
  ],
  "total": 0
}