Lusha released API version 2.13.0, introducing a dedicated Conversations tag for conversational intelligence. The update adds stricter validation, where a pageSize above 100 or an invalid date format now returns a 400 error, and it unifies the response for missing or still processing transcripts under a single 404.
Teams integrating Lusha's conversational intelligence need to update pagination and error handling, since requests that previously succeeded will now fail validation. The unified 404 also removes the ability to distinguish a transcript that does not exist from one that is still processing, so retry logic has to assume both.