How many maximum tickets we can crawl per organization? | Community
Skip to main content

How many maximum tickets we can crawl per organization?

  • February 24, 2022
  • 1 reply
  • 0 views

Sandeep12

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!

 

1 reply

Eric27
  • February 25, 2022
Hey Sandeep,

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!