Skip to main content
GET
List Registry

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

resource_type
enum<string> | null

Filter by resource type Types of resources that can be stored in a registry.

Available options:
tool,
model,
db,
vector_db,
schema,
function,
agent,
team
name
string | null

Filter by name (partial match)

page
integer
default:1

Page number

Required range: x >= 1
limit
integer
default:20

Items per page

Required range: 1 <= x <= 100

Response

Successful Response

data
RegistryContentResponse · object[]
required

List of items for the current page

meta
PaginationInfo · object
required

Pagination metadata