Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:3000/api/v1/rules \ --header 'Authorization: Bearer <token>'
{}
List all active rules (or specific type/flock)
JWT obtained from POST /api/v1/auth/login.
POST /api/v1/auth/login
type query parameter.
type
flockId query parameter.
flockId
status query parameter.
status
OK
Resource data (object or array depending on endpoint).
Was this page helpful?