List catalogs

GET/v1/catalogs

List all catalogs in the workspace accessible with this service account.

Responses

Successful response

success * boolean
request_id * string
result * object
catalogs * object[] The list of catalogs in the workspace
key * string The unique identifier for the catalog
name * string The display name for the catalog
created_at * string (date-time) An ISO 8601 date-time string.
description * string A description of the catalog.
modified_at * string (date-time) | null An ISO 8601 date-time string, or null.
permissions * object[] The list of actors with assigned permissions for this catalog.
key * string The unique identifier for the actor.
role * "admin" | "analyst" | "editor" | "viewer" | "reportViewer" The assigned catalog role
type * "user" | "group" | "serviceAccount" | "workspace" The type of actor.
sources * object[] The connections that this catalog can access.
connection_key * string The unique identifier for the connection
connection_name * string The display name for the connection
agent_context string Agent-specific context for this catalog (if any).