PagerDuty
PAGERDUTY_FETCH_CUSTOM_INCIDENT_FIELD_BY_ID
Retrieves detailed information about a specific custom field associated with incidents in PagerDuty. This endpoint allows users to fetch the configuration and attributes of a custom field by providing its unique identifier. It's useful for verifying custom field settings, understanding the structure of additional data points on incidents, or preparing to update a custom field. The endpoint should be used when detailed information about a particular custom field is needed, such as its name, data type, or any predefined options. Note that this endpoint only provides information about the custom field itself, not the values assigned to incidents.
Other tools also called PAGERDUTY_FETCH_CUSTOM_INCIDENT_FIELD_BY_ID?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"include": {
"enum": [
"field_options"
],
"type": "string",
"title": "Include",
"description": "Array of additional details to include."
},
"field_id": {
"type": "string",
"title": "Field Id",
"description": "The ID of the field."
}
}
}