Skip to main content
Manage data catalogs programmatically using the Vantage API — list catalogs, inspect their structure, add records, reindex after changes, and delete records.

List and inspect data catalogs

  • List all available data catalogs:
  • Get detailed information about a specific data catalog:
  • Get the mapping between a skill’s fields and a data catalog’s columns:

Update a data catalog

Use the following endpoints to update a data catalog with JSON records.
1

Add records

Send a POST request to the records resource:
2

Reindex

Once updates are complete, reindex the catalog so new data becomes searchable:
Without this reindex request, searches return data from the outdated version of the data catalog.
3

Check reindex status

Use the operation ID returned from the reindex request to check status:
After indexing completes, the catalog is ready for use by Document skills.

Delete all records

Remove every record from a data catalog:

API reference

For the full Vantage API reference, see the Swagger documentation.