Searches across the company’s data catalog using full-text search.
cURL
curl --request POST \ --url https://api.artie.com/data-catalog/search \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "query": "<string>" } '
{ "items": [ { "connectorUUID": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "object": { "database": { "name": "<string>" }, "schema": { "databaseName": "<string>", "name": "<string>" }, "table": { "databaseName": "<string>", "name": "<string>", "schemaName": "<string>" } }, "score": 123 } ] }
API key passed as a Bearer token in the Authorization header.
OK
Show child attributes
Was this page helpful?