Is there any seperate api for archieved tickets??
I am not able to get archieved tickets from below api s mentioned in documentation -
GET /api/v2/ticketsGET /api/v2/organizations/{organization_id}/ticketsGET /api/v2/users/{user_id}/tickets/requestedGET /api/v2/users/{user_id}/tickets/ccdGET /api/v2/users/{user_id}/tickets/followedGET /api/v2/users/{user_id}/tickets/assignedGET /api/v2/tickets/recent
We talk about this here in our documentation. All of those endpoints are part of the "listing tickets" category of endpoints which don't return archived tickets. I'd suggest using the incremental ticket export endpoints as it'll offer a similar experience to listing the tickets.
Thanks!