GET /v1/containers
List Containers
List all containers with optional filtering and pagination
GET
GET /v1/containers
Documentation Index
Fetch the complete documentation index at: https://openmetadata-codex-audit-docs-codebase-alignment.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
List Containers
List all containers with optional filtering and pagination.Query Parameters
Filter by storage service fully qualified name.
Maximum number of results to return (max: 1000000).
Cursor for backward pagination.
Cursor for forward pagination.
Comma-separated list of fields to include:
owners, tags, followers, votes, extension, domains, dataModel, children, sourceHash. See Supported Fields below.Include
all, deleted, or non-deleted entities.GET /v1/containers
Returns
Returns a paginated list of container objects. By default, only basic fields are included. Use thefields parameter to request additional data.
Response
Array of container objects.
Pagination information.
Supported Fields
The following fields can be requested via thefields query parameter:
| Field | Description |
|---|---|
owners | Owner references (users and teams) |
tags | Classification tags |
followers | Users following the container |
votes | User votes and ratings |
extension | Custom property values |
domains | Domain assignments for governance |
dataModel | Data model with column definitions |
children | Nested child containers |
sourceHash | Hash for change detection |
Error Handling
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to list containers |