Limits
Get user's agents, words and queries limit.
get/api/v1/limits/usage
Response
Retrieve user usage limits
Example response
{
"status": "success",
"data": {
"max_projects_num": 10,
"current_projects_num": 10,
"max_total_storage_credits": 10,
"current_total_storage_credits": 10,
"max_queries": 10,
"current_queries": 10
}
}Changes
Changed in 2 of the 9 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲