v1

latestOpenAPI 3.0.22026-07-144652931.4 MB
Enrichment Schemas

Get an enrichment schema

Retrieves a specific enrichment schema by ID.

<!-- 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/{schema_id}

Path parameters

schema_idstring uuid required

The ID of the enrichment schema.

Headers

Acceptstring required

The Accept header is used as a versioning header.

Response

The requested enrichment schema.

Example response

{
  "schema": {
    "type": "enrichment_schema"
  }
}