Skip to main content

List custom data for entity

GET 

/api/v1/catalog/:tagOrId/custom-data

List custom data for entity

Request

Path Parameters

    tagOrId stringrequired

    The tag (x-cortex-tag) or unique, auto-generated identifier for the entity.

Query Parameters

    pageSize int32

    Number of results to return per page. (Note: If no "pageSize" value is provided, the endpoint will attempt to return all custom data.)

    page int32

    Default value: 0

    Page number to return, 0-indexed.

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...