Skip to main content
GET
GET /v1/apiCollections/{id}

Retrieve an API Collection

Get a single API collection by its unique ID or fully qualified name.

Get by ID

string
required
UUID of the API collection to retrieve.
string
Comma-separated list of fields to include (e.g., owners,tags,extension,domains,sourceHash).
string
default:"non-deleted"
Include all, deleted, or non-deleted entities.

Get by Fully Qualified Name

Use GET /v1/apiCollections/name/{fqn} to retrieve by fully qualified name.
string
required
Fully qualified name of the API collection (e.g., sample_api_service.pet).
string
Comma-separated list of fields to include: owners, tags, extension, domains, sourceHash.
string
default:"non-deleted"
Include all, deleted, or non-deleted entities.
GET /v1/apiCollections/{id}

Returns

Returns an API collection object with all requested fields populated.

Response

string
Unique identifier for the API collection (UUID format).
string
API collection name.
string
Fully qualified name in format service.collectionName.
string
Human-readable display name.
string
Description of the API collection in Markdown format.
string
Base URL for the API collection.
object
Reference to the parent API service.
string
Type of API service (e.g., Rest).
number
Version number for the entity.
array
List of owners. Only included when fields contains owners.
array
Classification tags. Only included when fields contains tags.
array
Domain assignments. Only included when fields contains domains.

Error Handling