List the workspace Fleet library gallery
Returns the union of the platform Fleet library catalog and this workspace’s own tenant entries — and nothing from another workspace. Each entry carries identity, source, requirements and per-credential reason copy; never an object-store key.
A bounded keyset page ordered by created_at DESC, tier ASC, id DESC across BOTH catalogs. Follow next_cursor to read the whole gallery; a client that reads only the first page silently loses every entry past it. The support-file manifest is stored on import but served by no endpoint.
Authorizations
Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth
Path Parameters
UUIDv7 of the workspace.
Query Parameters
Rows per page, 1..100. Defaults to 50.
1 <= x <= 100Opaque cursor from a previous page's next_cursor. Bound to the workspace and page size that produced it; a mismatch is UZ-LIBRARY-002 rather than a silently different page.
Response
One page of the workspace Fleet library gallery.