get
https://maestro.dadosfera.ai/catalog
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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 thesizelimit, use this parameter to paginate through them;sort_by: field to sort results by. Default:created_at;order: sort direction —ascfor ascending ordescfor 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 inYYYY-MM-DDformat;catalog_date_to: end date filter inYYYY-MM-DDformat.
Error scenarios
| Code | Error | Description |
|---|---|---|
| 401 | Unauthenticated | Invalid or missing access-token header |
| 403 | Forbidden | User does not have the required permissions to view the catalog |
| 500 | Internal Server Error | Unknown server error |
