cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/organizations/{innerOrganizationId}/usage/computeTime \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>", "cpuComputeTime": 123, "gpuComputeTime": 123, "totalComputeTime": 123 }
Get compute time usage for an organization over a period of time. This is an API only available to white label admins
Organization ID
Organization ID within the context of a white label
Start date
End date
OK
The response is of type object.
object