curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/metrics \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>",
"metrics": {
"totalJobsComputeTime": 123,
"jobsComputeTimeCurrentYear": 123,
"jobsComputeTimeCurrentYearSince": "2023-11-07T05:31:56Z",
"cpuComputeTimeCurrentContract": 123,
"gpuComputeTimeCurrentContract": 123,
"totalStorage": 123,
"projectCount": 123,
"userCount": 123
}
}
Get general metrics for this organization.
curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/metrics \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>",
"metrics": {
"totalJobsComputeTime": 123,
"jobsComputeTimeCurrentYear": 123,
"jobsComputeTimeCurrentYearSince": "2023-11-07T05:31:56Z",
"cpuComputeTimeCurrentContract": 123,
"gpuComputeTimeCurrentContract": 123,
"totalStorage": 123,
"projectCount": 123,
"userCount": 123
}
}
Organization ID
Whether to exclude Edge Impulse users when counting enterprise entitlements usage
What project visibility type to include when counting enterprise entitlements usage
public
, private
OK
The response is of type object
.