Skip to main content

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

NameInTypeRequiredDescription
conversation_idpathstringyes
file_pathquerystringno

Responses

StatusDescription
200Successful Response
422Validation Error

Operation ID: read_conversation_file_api_v1_app_conversations__conversation_id__file_get