We just put some data pipelines into production that are utilizing the conversation details jobs endpoint (/api/v2/analytics/conversations/details/jobs/{jobId}/results). We are seeing that if we run an interval for a couple days, we get exactly 100k rows returned. I've read through the documentation for this endpoint many times and have never seen anything about a 100k record limit for this endpoint. I am aware of the 100k record limit for the conversation details QUERY endpoint, however, I'm wondering if this is also a limit on the jobs endpoint? I would hope not since this is marketed as a bulk data endpoint, but please let me know. Is there a setting that I missed? Any help would be appreciated
Hello Mayam! This may be something to investigate with support to look into your specific query. Our interactions view exports leverage the jobs endpoint and it supports up to one million rows in an export. I confirmed we have plenty of exports exceeding 100k rows in production today. It's likely something specific about your situation that's only returning back 100k rows.
There is no error, our pipeline will just finish after 100k rows. I saw that there is a "limit" parameter on /api/v2/analytics/conversations/details/jobs endpoint, but I do not see any information on a default value.