v5
latestOpenAPI 3.1.02026-08-025631,1012.8 MBNamespaces
List Namespaces
List all namespaces (GET alias for POST /list). Supports query param pagination: ?limit=N&offset=M
get/v1/namespaces
Query parameters
limitinteger nullable
page_sizeinteger nullable
offsetinteger nullable
pageinteger nullable
cursorstring nullable
next_cursorstring nullable
afterstring nullable
include_totalboolean
Response
Successful Response
Example response
{
"pagination": {
"has_more": false,
"limit": 10,
"skip": 0
},
"results": [
{
"created_at": "2024-01-15T10:30:00Z",
"description": "This namespace contains playlists from Spotify",
"feature_extractors": [
{
"feature_extractor_name": "multimodal_extractor",
"version": "v1"
},
{
"feature_extractor_name": "image_extractor",
"params": {
"model": "siglip_base"
},
"version": "v1"
}
],
"namespace_id": "ns_ab12cd34ef",
"namespace_name": "spotify_playlists_dev",
"payload_indexes": [
{
"field_name": "metadata.title",
"type": "text"
}
],
"updated_at": "2024-01-15T10:30:00Z"
}
],
"total_count": 1
}