Enrichment Schemas

List enrichment schemas

Lists all enrichment schemas for the account.

<!-- theme: warning -->

Early Access

This API is in Early Access and may change at any time. Contact your PagerDuty account team to request access.

Scoped OAuth requires: contextual_data.read

get/enrichment/schemas

Headers

Acceptstring required

The Accept header is used as a versioning header.

Response

The list of enrichment schemas for the account.

Example response

{
  "schemas": [
    {
      "type": "enrichment_schema"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.