Skip to main content

Batch get app conversations

GET /api/v1/app-conversations

Get a batch of sandboxed conversations given their ids. Return None for any missing. Accepts UUIDs as strings (with or without dashes) and converts them internally. Returns 400 Bad Request if any string cannot be converted to a valid UUID.

Parameters

NameInTypeRequiredDescription
idsquerystring[]yes

Responses

StatusDescription
200Successful Response
422Validation Error

Operation ID: batch_get_app_conversations_api_v1_app_conversations_get