/
/Case.dev API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 53m ago · Updated 3mo ago
Agents41
  • getList skill namespaces
  • postCreate skill namespace
  • getRead skill namespace
  • deleteDelete skill namespace
  • postPublish skill namespace tree
  • getPull skill namespace manifest
  • postRotate skill namespace token
  • getList agents
  • postCreate agent
  • getGet agent
  • deleteDelete agent
  • patchUpdate agent
  • postCreate interactive chat session
  • deleteEnd chat session
  • postCancel active chat generation
  • getList session files
  • getDownload session file
  • postSend chat message (synchronous)
  • postReply to agent question
  • postRespond to chat message (streaming)
  • getStream chat events
  • postExecute ad-hoc agent
  • getList runs
  • postCreate run
  • postCancel run
  • getGet run details
  • getStream run events
  • postExecute run
  • getGet run status
  • postWatch run
  • getList mail inboxes
  • postCreate a mail inbox
  • getGet a mail inbox
  • deleteDelete a mail inbox
  • getList mail messages
  • getGet a mail message
  • getGet mail attachment metadata
  • postReply to a mail message
  • postSend a mail message
  • getGet inbox mail policy
  • putSet inbox mail policy
Compute18
Database9
Format5
Legal15
LLMs5
Matters32
Memory7
OCR4
Privilege1
Search7
Skills6
SuperDoc3
System3
Translation3
Usage6
Vaults44
Voice10
Webhooks11
    Agents

    Download session file

    Downloads a file from the sandbox workspace by path. Only available while the sandbox is running.

    get/agent/v1/chat/{id}/files/{filePath}

    Path parameters

    idstring required

    Chat session ID

    filePathstring required

    File path relative to /workspace (e.g. "report.docx")

    Response

    File contents

    Changes