GET /v1/apiCollections/{id}
Retrieve an API Collection
Get an API collection by ID or fully qualified name
GET
GET /v1/apiCollections/{id}
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.
Retrieve an API Collection
Get a single API collection by its unique ID or fully qualified name.Get by ID
UUID of the API collection to retrieve.
Comma-separated list of fields to include (e.g.,
owners,tags,extension,domains,sourceHash).Include
all, deleted, or non-deleted entities.Get by Fully Qualified Name
UseGET /v1/apiCollections/name/{fqn} to retrieve by fully qualified name.
Fully qualified name of the API collection (e.g.,
sample_api_service.pet).Comma-separated list of fields to include:
owners, tags, extension, domains, sourceHash.Include
all, deleted, or non-deleted entities.GET /v1/apiCollections/{id}
Returns
Returns an API collection object with all requested fields populated.Response
Unique identifier for the API collection (UUID format).
API collection name.
Fully qualified name in format
service.collectionName.Human-readable display name.
Description of the API collection in Markdown format.
Base URL for the API collection.
Reference to the parent API service.
Type of API service (e.g., Rest).
Version number for the entity.
List of owners. Only included when
fields contains owners.Classification tags. Only included when
fields contains tags.Domain assignments. Only included when
fields contains domains.Error Handling
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to view this API collection |
404 | NOT_FOUND | API collection with given ID or FQN does not exist |