Skip to main content
GET
/
analytics
/
resources
Fetch resource usage analytics (admin only)
curl --request GET \
  --url https://api.artosai.com/analytics/resources \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

resourceType
enum<string>
Available options:
storage,
api,
pipelines,
documents
timeRange
enum<string>
Available options:
daily,
weekly,
monthly

Response

200 - application/json

Resource analytics

The response is of type object.