Read conversation file
GET /api/v1/app-conversations/{conversation_id}/file
Read a file from a specific conversation's sandbox workspace. Returns the content of the file at the specified path if it exists, otherwise returns an empty string. Args: conversation_id: The UUID of the conversation file_path: Path to the file to read within the sandbox workspace Returns: The content of the file or an empty string if the file doesn't exist
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
conversation_id | path | string | yes | — |
file_path | query | string | no | — |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Operation ID: read_conversation_file_api_v1_app_conversations__conversation_id__file_get