GET
/
api
/
v1
/
ai-usage
/
users
Get Org User Usage
curl --request GET \
  --url https://api.jobsim.work/api/v1/ai-usage/users \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

days
integer
default:30
Required range: 1 <= x <= 365
limit
integer
default:50
Required range: 1 <= x <= 200
organization_id
string | null

Response

Successful Response