Skip to content

API Quotas

Request

API Endpoint to get available and used API quotas.

Security
apikeyAuth(Required scopes: readwrite)
GET
/api/v1/quotas
curl -i -X GET \
  https://urlscan.io/api/v1/quotas \
  -H 'api-key: YOUR_API_KEY_HERE'

Responses

OK

Bodyapplication/json
scopestringrequired

Scope of the quota limits

limitsobjectrequired
Response
{ "scope": "team", "limits": { "private": {}, "public": {}, "retrieve": {}, "search": {}, "unlisted": {}, "livescan": {}, "liveshot": {}, "maxRetentionPeriodDays": 90, "privateIncidentCreate": {}, "unlistedIncidentCreate": {}, "privateIncidentOpen": 100, "unlistedIncidentOpen": 200, "maxSearchRangeMonths": 6, "maxSearchResults": 10000, "products": [], "features": [], "queryableFields": [], "queryVisibility": [] } }