Folders
List folders
Search and cursor-paginate workspace folders.
GET
List folders
GET /v1/folder requires Folders: Read (link_groups.view). Results are newest first.
search, active, page_size (1–100, default 50), starting_after, and ending_before. Cursors are returned biq_fld_... IDs; do not construct them or send both cursor directions. The response contains folders with complete safe folder resources and pagination with page_size, has_more, next_cursor, and previous_cursor. No matches returns an empty array with 200 OK.
Shared API behavior
Authentication is workspace-scoped; see Authentication. Errors use the standard envelope and request IDs described in Errors, and requests are subject to Rate limits. This endpoint uses cursor pagination; see Pagination.Authorizations
A workspace API key beginning with biqli_.
Query Parameters
Required string length:
1 - 255Required range:
1 <= x <= 100Next-page public ID cursor; mutually exclusive with ending_before.
Previous-page public ID cursor; mutually exclusive with starting_after.

