Document Understanding
Conversation Management
Get Messages By User GET /v1/api/conversation
| Resource URL | /v1/api/conversation/ |
|---|---|
| Response Format | JSON |
| Requires Authentication | Yes |
| Rate Limited | Yes |
| HTTPS | Yes |
Description
Retrieve messages associated with a specific user, with optional pagination and filtering by document or collection.
Parameters
| Parameter | Description | Required | Type | Default Value |
|---|---|---|---|---|
| user | Identifier of the user | Yes | String | N/A |
| page | Page number for pagination | No | Integer | 1 |
| page_size | Number of messages per page | No | Integer | 10 |
| document_id | Filter by document ID (optional) | No | String or Null | N/A |
| collection_id | Filter by collection ID (optional) | No | String or Null | N/A |
Example Request
Example Request
HTTP Response
| HTTP Code | Message |
|---|---|
| 200 | Successful Response |
| 422 | Validation Error |