curl -X GET "https://qstash.upstash.io/v1/quota/" \ -H "Authorization: <token>"
{ "maxTopics": 20, "maxEndpointsPerTopic": 100, "maxMessageSize": 1048576, "maxRetries": 5, "maxSchedules": 100, "maxRequestsPerDay": 500000, "retention": 604800, "timeout": 300, "maxDelay": 2592000 }
This endpoint returns your current quota limits
Was this page helpful?