Catalog instance (multiple keys)
Read catalog instance (all keys)
Retrieves all catalog metadata keys and values defined for the specified entity.
get/metadata/{entity}/{id}
Path parameters
entity'organization' | 'account' | 'namespace' | 'application' | 'build' | 'asset' | 'scope' | 'release' | 'deployment' | 'user' required
Entity name that holds metadata information.
idstring required
Entity ID that holds metadata information.
Query parameters
includestring
Add additional metadata information to the response. For example: schemas, tags.
Response
Object representing a metadata entry for an entity in the catalog.
Example response
{
"my_string_property": "hello",
"my_number_property": 41
}Changes
No recorded changes to this endpoint across all 1 revision of this API.