Skip to main content

List entity types

GET 

/api/v1/catalog/definitions

List entity types

Request

Query Parameters

    includeBuiltIn boolean

    When true, returns the built-in entity types that Cortex provides, such as rds and s3. Defaults to false.

Responses

Successfully found entity types

Schema

    definitions

    object[]

    required

  • Array [

  • description string
    name string
    schema objectrequired
    source stringrequired

    Possible values: [CORTEX, CUSTOM]

    type stringrequired
  • ]

Loading...