Skip to main content
GET
Get a folder

Authorizations

Authorization
string
header
required

Workspace credential issued from the automation console at /automation. Send it as Authorization: Bearer vq_ws_.... This is NOT a Data API key: a vq_key_ credential is refused here and names the other product in the error.

Path Parameters

folderId
string
required

fld_ identifier of the folder. Take it from GET /v1/folders.

Response

Successful Response

A folder as this API publishes it.

id
string
required

Public identifier, fld_ followed by 32 hex characters.

Example:

"fld_9f2c8b1e4a7d43c9b6e0f1a2c3d4e5f6"

name
string
required

The folder's display name.

Example:

"Closing Documents"

parentId
string | null

fld_ identifier of the containing folder. Absent when the folder sits at the root.

Example:

"fld_9f2c8b1e4a7d43c9b6e0f1a2c3d4e5f6"

matterId
string | null

mat_ identifier when the folder is scoped to one matter. Absent means a workspace-level folder, visible across drafts and chats.

Example:

"mat_9f2c8b1e4a7d43c9b6e0f1a2c3d4e5f6"

createdAt
string<date-time> | null

When the folder was created (RFC 3339).

Example:

"2026-08-19T14:32:10Z"

updatedAt
string<date-time> | null

When the folder was last modified (RFC 3339).

Example:

"2026-08-19T14:32:10Z"

Last modified on August 23, 2026