List quota limit requests
Cloud Reseller Quotas
List quota limit requests
Retrieve quota limit requests from your reseller clients. Filter by client ID or request status to find specific requests. Use this endpoint to review pending requests before approval or rejection.
GET
List quota limit requests
Documentation Index
Fetch the complete documentation index at: https://gcore-doc-915.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Query Parameters
Filter requests by specific client ID. Omit to see requests from all your reseller clients.
Example:
123
Limit the number of returned items
Required range:
x <= 1000Example:
1000
Offset value is used to exclude the first set of records from the result
Required range:
x >= 0Example:
0
List of limit requests statuses for filtering
Available options:
done, in progress, rejected Example:
["done", "in progress"]