Sign in

List tickets

documented

Retrieve a list of tickets from your Mojo Helpdesk account. Supports pagination and sorting.

GET /api/v2/ticketsTicketsno implementation yet0 runs
No 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://app.mojohelpdesk.com/api/v2/tickets?access_key={{MOJOHELPDESK_API_KEY}}&{{$query}}&page={{$page}}&per_page={{$limit}}" \
  -X GET \
  -H "Accept: application/json"
List tickets · mojohelpdesk · OpenIntegrations