Filter Agents
documentedFilter agents by state or other criteria.
GET /agents.json?state=...Agentno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$domain}}.freshservice.com/agents/filter/{{$state}}?format=json" \
-X GET \
-u "{{FRESHSERVICE_API_KEY}}:X" \
-H "Content-Type: application/json" \
-H "Accept: application/json"