Sign in

List tickets

documented

Return a list of Ticket resources with pagination and filters.

GET /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://api.usecopper.com/v1/tickets" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -G \
  -d "limit={{limit}}" \
  -d "location={{location}}" \
  -d "search_query={{search_query}}"
List tickets · Copper · OpenIntegrations