Filtering & Sorting
Filter collection responses safely.
Agents support limit, cursor, status, and provider. Policies support limit, cursor, and status. Audit events support limit, cursor, agent, and result. Results are returned newest first; cursor pagination is the supported ordering mechanism.
bash
curl "https://app.korclaw.com/api/v1/events?limit=50&agent=support-agent&result=blocked" \
-H "Authorization: Bearer $KORCLAW_API_KEY"