Retrieve details for a specific keyword monitor by ID
cURL
curl --request GET \ --url https://api.example.com/monitors/keywords/{id} \ --header 'x-api-key: <x-api-key>'
Documentation IndexFetch the complete documentation index at: https://docs.xquik.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.xquik.com/llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET https://xquik.com/api/v1/monitors/keywords/21 \ -H "x-api-key: xq_YOUR_KEY_HERE" | jq
{ "id": "21", "query": "xquik OR \"x api\"", "eventTypes": ["tweet.new"], "isActive": true, "createdAt": "2026-02-24T10:30:00.000Z", "nextBillingAt": "2026-02-24T11:30:00.000Z" }
{ "error": "invalid_id", "message": "Invalid ID format." }
{ "error": "unauthenticated", "message": "Missing or invalid API key" }
{ "error": "not_found", "message": "Monitor not found" }
{ "error": "rate_limit_exceeded", "message": "Too many requests. Try again later.", "retryAfter": 1 }
Retry-After
Was this page helpful?