cURL
Detections
List detection hits
Retrieve a flattened hit feed across all detections in the current organization. Uses a single batch query instead of N concurrent queries per detection.
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.cotool.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here
Query Parameters
Maximum number of hits to return per page (1-200, default: 100)
Required range:
1 <= x <= 200Number of hits to skip for pagination (default: 0)
Required range:
x >= 0