registry

List Registries

List registries visible to the caller, with search, ownership, and sort filters.

get/v2/registry

Query parameters

limitinteger
offsetinteger
searchstring nullable

ILIKE-match on name

ILIKE-match on name

public_onlyboolean

Only public registries (Explore tab)

Only public registries (Explore tab)

owner_onlyboolean

Only registries owned by the caller's membership; ignored when public_only=True

Only registries owned by the caller's membership; ignored when public_only=True

project_idstring uuid nullable

Only registries contained by this Project; omitted lists every Project

Only registries contained by this Project; omitted lists every Project

sort_by'starred' | 'date' | 'name' | 'stars'

Sort order: starred (caller's starred first), date (updated_at DESC), name (A-Z), stars (star_count DESC)

Sort order: starred (caller's starred first), date (updated_at DESC), name (A-Z), stars (star_count DESC)

Response

Successful Response

totalinteger required
limitinteger required
offsetinteger required

Changes

No recorded changes to this endpoint across all 1 revision of this API.