GET
/
folders
/
{folder_id}
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "owner": {},
  "document_ids": [
    "<string>"
  ],
  "system_metadata": {},
  "access_control": {},
  "rules": [
    {}
  ]
}

Headers

authorization
string

Path Parameters

folder_id
string
required

Response

200
application/json
Successful Response

Represents a folder that contains documents

name
string
required
owner
object
required
id
string
description
string | null
document_ids
string[]
system_metadata
object
access_control
object
rules
object[]