Skip to main content
GET
/
agent
/
v1
/
chat
/
{id}
/
files
curl -X GET "https://api.case.dev/agent/v1/chat/%3Cstring%3E/files" \ -H "Authorization: Bearer $CASEDEV_API_KEY"
{
  "chatId": "<string>",
  "files": [
    {
      "path": "<string>",
      "name": "<string>",
      "sizeBytes": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.case.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

id
string
required

Chat session ID

Response

File listing

chatId
string
files
object[]