Speech Analytics API returning truncated transcripts despite correct pagination headers

Can’t get this config to load properly…

Context:
I am pulling transcripts via /api/v2/analytics/speech/text/transcripts. The initial request returns a 200 OK, but the text field cuts off mid-sentence. I am sending the Link header for pagination as per the docs, yet the next page returns an empty array. Here is the curl snippet:

curl -X GET "https://api.mypurecloud.com/api/v2/analytics/speech/text/transcripts?dateFrom=2024-05-01T00:00:00Z" -H "Authorization: Bearer <TOKEN>"

Question:
Is there a specific JSONPath limitation in the Data Action response parser that truncates large strings, or am I mishandling the pagination link header?