/catalog

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Search Catalog

Use this route to search and list all data assets registered in your environment's catalog.

How to use

You can filter the returned results using the following query parameters:

  • search: filter data assets by name or description matching the provided term;
  • size: number of results to return (min: 1, max: 10000);
  • page: when results exceed the size limit, use this parameter to paginate through them;
  • sort_by: field to sort results by. Default: created_at;
  • order: sort direction — asc for ascending or desc for descending. Default: asc;
  • owner: filter data assets by owner user ID. Supports comma-separated values (e.g., user-id-1,user-id-2);
  • catalog_date_from: start date filter in YYYY-MM-DD format;
  • catalog_date_to: end date filter in YYYY-MM-DD format.

Error scenarios

CodeErrorDescription
401UnauthenticatedInvalid or missing access-token header
403ForbiddenUser does not have the required permissions to view the catalog
500Internal Server ErrorUnknown server error
Query Params
number
1 to 10000

Número de registros a ser retornado

number
≥ 1

Usado para paginação, em conjunto com size

string

Campo do data asset para usar na ordenação. Padrão: created_at

string
enum
Defaults to asc

Tipo de ordenação - asc: crescente; desc: decrescente

Allowed:
Headers
string
enum
Allowed:
Response

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json