list_extraction_schemas
curl --request GET \
--url https://ndi-api.nace.ai/v1/extraction-schemas \
--header 'X-API-Key: <api-key>'{
"items": [
{
"created_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"owner": "platform",
"schema_id": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"version": 2,
"description": "<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_extraction_schemas
List the latest version of every schema family visible to the caller.
Cost class: cacheable. Tenant schemas and platform schemas are both listed;
when both share a schema_id, the tenant row wins.
GET
/
v1
/
extraction-schemas
list_extraction_schemas
curl --request GET \
--url https://ndi-api.nace.ai/v1/extraction-schemas \
--header 'X-API-Key: <api-key>'{
"items": [
{
"created_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"owner": "platform",
"schema_id": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"version": 2,
"description": "<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
Opaque cursor from a previous page's next_cursor. Omit for the first page.
Rows per page.
Required range:
1 <= x <= 200