Download a conversation-scoped file by path

Download a file from a conversation's file system by its scoped path. The path must be conversation-scoped, i.e. start with conversation/ (as surfaced by agent file system tools). The file content is streamed directly from the conversation mount.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

ID of the workspace

string
required

ID of the conversation

string
required

Conversation-scoped file path, e.g. conversation/foo.pdf or conversation/subdir/foo.pdf. The conversation/ prefix is required; any other scope prefix is rejected. Path traversal segments (..) are rejected.

Responses

400

Missing or invalid path parameters (e.g. missing or wrong scope prefix).

403

Resolved path is outside the conversation scope.

404

Conversation or file not found.

405

Method not supported.

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/octet-stream