List quota limit requests
Quotas
List quota limit requests
Get a list of sent requests to change current quotas and their statuses.
GET
List quota limit requests
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 limit requests created at or after this datetime (inclusive)
Example:
"2024-01-01T00:00:00Z"
Filter limit requests created at or before this datetime (inclusive)
Example:
"2024-12-31T23:59:59Z"
Optional. Limit the number of returned items
Required range:
x <= 1000Example:
1000
Optional. Offset value is used to exclude the first set of records from the result
Required range:
x >= 0Example:
0
List of limit request IDs for filtering
Example:
[1, 2, 3]List of limit requests statuses for filtering
Available options:
done, in progress, rejected Example:
["done", "in progress"]