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<uuid>
required

UUIDv7 of the workspace.

Query Parameters

limit
integer
default:50

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

Required range: 1 <= x <= 100
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

One page of the workspace Fleet library gallery.

items
object[]
required
total
integer | null
required

Always null. Counting a keyset page costs the scan this pagination exists to avoid. The key is present rather than omitted, so no client need special-case its absence.

next_cursor
string | null
required

Cursor for the next page, or null on the last.