Skip to main content

Retrieve custom data for entity

GET 

/api/v1/catalog/custom-data

Use this endpoint when attempting to delete custom data where the key contains non-alphanumeric characters. Otherwise, use the standard API under Custom Data.

Request

Query Parameters

    tag stringrequired

    Entity tag (x-cortex-tag), supports non-alphanumeric characters

    key string

    When set, returns the entity's value at this key. Otherwise, returns all custom data key/values for the entity.

Responses

Successfully retrieved custom data

Schema

  • Array [

  • dateUpdated date-timerequired
    description string
    id int64
    key stringrequired
    source stringrequired

    Possible values: [YAML, API, INTEGRATION]

    value objectrequired
  • ]

Loading...