latestOpenAPI 3.1.02026-08-20118232229.3 KB

0e42b0fb26d9

Describe a catalog fact

Returns a single semantic metadata fact addressed by its name within a catalog.

get/catalogs/{catalog}/facts/{name}

Path parameters

catalogstring required

The name of the catalog.

The name of the catalog.

namestring required

The name of the fact.

The name of the fact.

Query parameters

environmentstring

The environment of the catalog. Note that if a catalog with the requested name doesn't exist in the requested environment, the fact from the catalog with the same name in the default environment will be returned.

The environment of the catalog. Note that if a catalog with the requested name doesn't exist in the requested environment, the fact from the catalog with the same name in the default environment will be returned.

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

environmentstring required

Environment containing the catalog definition.

Example response

{
  "$schema": "https://api.tower.dev/v1/schemas/DescribeCatalogFactResponse.json"
}