Hello Team,
I'm using below api to fetch the tickets details base on the organization id /api/v2/organizations/{organization_id}/tickets
I just wanted to know, how many maximum tickets we can fetch per organization.
Is there any limitations for the api? Could you please let me know.
Thanks!
Though there isn't necessarily a maximum ticket count that endpoint uses offset pagination instead of cursor based. It'd be more performant to side-load the needed data.
Hope this helps!