White Label Admin - Get organization compute time usage

White Label Admin - Get organization compute time usage

get

Get compute time usage for an organization over a period of time. This is an API only available to white label admins

Authorizations
Path parameters
organizationIdintegerRequired

Organization ID

innerOrganizationIdintegerRequired

Organization ID within the context of a white label

Query parameters
startDatestring · date-timeRequired

Start date

endDatestring · date-timeRequired

End date

Responses
200
OK
application/json
Responseall of
get
GET /v1/api/organizations/{organizationId}/whitelabel/organizations/{innerOrganizationId}/usage/computeTime HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200

OK

{
  "success": true,
  "error": "text",
  "cpuComputeTime": 1,
  "gpuComputeTime": 1,
  "totalComputeTime": 1
}

Last updated

Was this helpful?