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
| Name | In | Type | Required | Description |
|---|---|---|---|---|
ids | query | string[] | yes | — |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Operation ID: batch_get_app_conversations_api_v1_app_conversations_get