List tickets
documentedReturns a collection of tickets.
GET /ticketsTicketsno 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://secure.solve360.com/tickets?query={{$query}}&page={{$page}}&limit={{$limit}}" \
-X GET \
-u "{{SOLVE360_EMAIL}}:{{SOLVE360_API_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"