Skip to main content
POST
/
internal
/
case-files
Get all case files
curl --request POST \
  --url https://cases.platform.arb.inc/internal/case-files \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "caseID": "2025-08-00292"
}
'
{
  "files": [
    {
      "fileID": "2720f109-0caf-4c62-af22-5d08c853711c",
      "type": "document",
      "url": "gs://secure-storage.arb.inc/cases/2025-08-00292/docket/1.pdf"
    }
  ]
}

Authorizations

Authorization
string
header
required

access token

Body

application/json
caseID
string
required
Example:

"2025-08-00292"

Response

200 - application/json

Successfully retrieved case files

files
object[]