Skip to main content
GET
/
v1
/
console
/
case-studies
/
{case_study_id}
/
documents
List Case Study Documents
curl --request GET \
  --url http://localhost:8000/v1/console/case-studies/{case_study_id}/documents \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "chunk_count": 123,
      "content_type": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "file_size": 123,
      "filename": "<string>",
      "id": "<string>",
      "status": "<string>",
      "error_message": "<string>"
    }
  ],
  "message": "<string>",
  "success": true
}

Authorizations

Authorization
string
header
required

Enter your JWT access token

Path Parameters

case_study_id
string
required

Response

Successful Response

data
CaseStudyDocumentResponse · object[] | null
message
string | null
success
boolean
default:true