list_domains
curl --request GET \
--url https://ndi-api.nace.ai/v1/domains \
--header 'X-API-Key: <api-key>'{
"items": [
{
"class_count": 123,
"display_name": "<string>",
"domain_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"owner": "platform",
"selectable": true,
"slug": "<string>",
"status": "draft",
"version": 123,
"parent_slug": "<string>"
}
],
"total_count": 123,
"next_cursor": "<string>"
}{
"error": {
"code": "invalid_request",
"detail": null,
"message": "Request body has extra fields that this operation does not accept.",
"request_id": "req-01j9k2n3p4q5r6s7t8v9",
"retryable": false
}
}{
"error": {
"code": "invalid_request",
"detail": null,
"message": "Request body has extra fields that this operation does not accept.",
"request_id": "req-01j9k2n3p4q5r6s7t8v9",
"retryable": false
}
}list_domains
List every domain visible to the caller. Cost class: cacheable.
Returns the platform-owned domains (generic and the curated verticals,
all published and selectable) and the calling tenant’s own rows.
GET
/
v1
/
domains
list_domains
curl --request GET \
--url https://ndi-api.nace.ai/v1/domains \
--header 'X-API-Key: <api-key>'{
"items": [
{
"class_count": 123,
"display_name": "<string>",
"domain_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"owner": "platform",
"selectable": true,
"slug": "<string>",
"status": "draft",
"version": 123,
"parent_slug": "<string>"
}
],
"total_count": 123,
"next_cursor": "<string>"
}{
"error": {
"code": "invalid_request",
"detail": null,
"message": "Request body has extra fields that this operation does not accept.",
"request_id": "req-01j9k2n3p4q5r6s7t8v9",
"retryable": false
}
}{
"error": {
"code": "invalid_request",
"detail": null,
"message": "Request body has extra fields that this operation does not accept.",
"request_id": "req-01j9k2n3p4q5r6s7t8v9",
"retryable": false
}
}Authorizations
Query Parameters
Filter by ownership: platform (standard) or tenant (yours).
Available options:
platform, tenant Filter by lifecycle status.
Available options:
draft, published Opaque cursor from a previous page's next_cursor. Omit for the first page.
Rows per page.
Required range:
1 <= x <= 200