Speech analytics transcript API returns partial text

Can’t quite understand why the transcript field is cut off when fetching via the GraphQL gateway.

Hitting /api/v2/analytics/speech/interactions/{id} and getting a 200, but the transcript array only has the first 500 chars.

DataLoader is batching the calls correctly, so it’s not a timeout issue on the gateway side.

Any way to paginate or fetch the full blob?