Skip to main content
GET
List the workspace Fleet library gallery

Authorizations

Authorization
string
header
required

Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth

Path Parameters

workspace_id
string
required

UUIDv7 of the workspace.

Query Parameters

limit
string

Rows per page, 1..100. Defaults to 50.

starting_after
string

Opaque 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

OK

GET /v1/workspaces/{workspace_id}/fleet-libraries — one page of the gallery.

items
object[]
required

The cards, newest first, platform before tenant within an instant.

next_cursor
string | null

Where the next page resumes, or null on the last one.

total
integer<int64> | null

Always null.

Required range: x >= 0