getQueriesLeft
🔗 Endpoint
🧾 Query Structure
query GetQueriesLeft($apiKey: String!) {
getQueriesLeft(apiKey: $apiKey)
}📥 Parameters
Name
Type
Required
Description
✅ Successful Response
{
"data": {
"getQueriesLeft": 382
}
}🚫 Error Handling
🧪 Code Examples
Python Example
JavaScript Example
Last updated