get_extension_schema
Retrieve a specific extension schema's details by providing its ID to view its configuration.
Instructions
Get a specific extension schema by ID.
Args:
schema_id: The ID of the extension schema to retrieve
Returns:
Extension schema details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The extension schema ID | |
| key | No | Machine-friendly display label | |
| url | No | The webhook payload destination URL for this extension | |
| type | No | The object type (always extension_schema) | |
| label | No | Human-friendly display label | |
| summary | No | A short-form summary of the extension schema | |
| icon_url | No | URL for the small (18x18) logo | |
| logo_url | No | URL for the large logo (75px high, max 300px wide) | |
| guide_url | No | Link to the extension's support guide | |
| send_types | No | The PagerDuty incident event types that activate this extension | |
| description | No | A long description of the extension |