Frontend API
cURL
curl --request GET \ --url https://api.wacht.dev/api/agent/contexts/{context_id}/files/{filename} \ --cookie session_id=
"<string>"
Download a file attached to a message in the context
Session-based authentication using cookies
Context ID
File name
File content
The response is of type file.
file
Was this page helpful?