Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://mycluster.domino.tech/namespaces
{ "data": [ { "allowMultipleAssignments": true, "description": "<string>", "entityCount": { "app": 123, "netappVolume": 123, "project": 123, "total": 123 }, "id": "<string>", "label": "<string>", "tagCount": 123 } ], "meta": { "filters": {}, "pagination": { "limit": 123, "offset": 123, "total": 123 }, "search": "<string>", "sort": "<string>" } }
List namespaces with optional search, filtering, sorting, and pagination
Search by label or description
Filter by exact label
Sort field (label, tagCount)
Sort order (asc, desc)
Page size
Page offset
OK
Show child attributes
Was this page helpful?
Contact support