v1
latestOpenAPI 3.0.22026-07-144652931.4 MBEnrichment 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"
}
]
}