List conversations of archived ticket
documentedList conversations for an archived ticket.
GET /api/v2/tickets/archived/{id}/conversationsTicketsno 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://{{FRESHDESK_DOMAIN}}.freshdesk.com/api/v2/tickets/archived/{{$id}}/conversations" \\
-u {{FRESHDESK_API_KEY}}:X \\
-H \"Accept: application/json\" \\
-X GET