v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01206322659.2 KB
connectors

`GET /orgs/{org_id}/connectors/{connector_id}/browse/filesystems/entries`

List one directory under a connector filesystem root, with size/mtime per entry, optional glob filter, sort, and bounded recursion (depth). Requires fs:browse (0.1.27+).

get/orgs/{org_id}/connectors/{connector_id}/browse/filesystems/entries

Path parameters

org_idstring required
connector_idstring required

Query parameters

filesystem_refstring required

Filesystem root ref on the node (from /browse/filesystems).

pathstring

Directory relative to the root; omit for the root itself.

allboolean

Include dotfiles.

sortstring

name (default) | size (largest first) | mtime (newest first).

globstring

Filename glob (* and ?), matched on entry names.

depthinteger

0 (default) = this directory only; 1..N = bounded recursion that many levels deeper (clamped node-side).

limitinteger

Entry cap; the node clamps to its own ceiling and flags truncated.

timeout_msinteger

Node-side walk budget in milliseconds (default 20000, ceiling 30000). 0 / omit = node default. Channel wait is 35s so a full budget still returns a truncated listing instead of browse_timeout.

Response

Directory listed

truncatedboolean required

The entry cap bit — entries is a prefix of the real listing.