Acciones disponibles (112)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create Alert Attribute V2INCIDENT_IO_CREATE_ALERT_ATTRIBUTES_V2AcciónTool to create an alert attribute in incident.io. Use when you need to define structured data fields that can be parsed from alerts coming in via alert sources. Alert attributes allow you to extract and organize information from incoming alerts.
INCIDENT_IO_CREATE_ALERT_ATTRIBUTES_V2AcciónTool to create an alert attribute in incident.io. Use when you need to define structured data fields that can be parsed from alerts coming in via alert sources. Alert attributes allow you to extract and organize information from incoming alerts.
Parámetros de entrada
namestringObligatorioUnique name of this attribute
typestringObligatorioEngine resource name for this attribute. Common types include 'String' for text values, or 'CatalogEntry["<catalog_id>"]' for catalog entry references.
arraybooleanObligatorioWhether this attribute is an array
requiredbooleanObligatorioWhether this attribute is required. If this field is not set, the existing setting will be preserved.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Alert Route V2INCIDENT_IO_CREATE_ALERT_ROUTES_V2AcciónTool to create an alert route in incident.io. Use when you need to configure how alerts should be processed, routed, and potentially converted into incidents based on conditions, grouping rules, and templates.
INCIDENT_IO_CREATE_ALERT_ROUTES_V2AcciónTool to create an alert route in incident.io. Use when you need to configure how alerts should be processed, routed, and potentially converted into incidents based on conditions, grouping rules, and templates.
Parámetros de entrada
namestringObligatorioThe name of this alert route config, for the user's reference
enabledbooleanObligatorioWhether this alert route is enabled or not
versionintegerVersion of the alert route configuration
is_privatebooleanObligatorioWhether this alert route is private. Private alert routes will only create private incidents from alerts.
expressionsobject[]The expressions used in this template
alert_sourcesobject[]Which alert sources should this alert route match?
channel_configobject[]Channel configuration for this alert route
incident_configobjectObligatorioIncident configuration for this alert route
condition_groupsobject[]What condition groups must be true for this alert route to fire?
escalation_configobjectObligatorioEscalation configuration for this alert route
incident_templateobjectObligatorioTemplate for incidents created by this alert route
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Alert Source V2INCIDENT_IO_CREATE_ALERT_SOURCES_V2AcciónTool to create a new alert source in incident.io. Use when you need to set up a new integration for receiving alerts from external systems via HTTP webhooks or manual entry.
INCIDENT_IO_CREATE_ALERT_SOURCES_V2AcciónTool to create a new alert source in incident.io. Use when you need to set up a new integration for receiving alerts from external systems via HTTP webhooks or manual entry.
Parámetros de entrada
namestringObligatorioName of the alert source to be created
templateobjectObligatorioTemplate configuration that defines how alerts from this source should be parsed and formatted. Includes title, description, expressions, and attribute mappings.
source_typestringObligatorioType of alert source. Common types include 'http' for HTTP webhook alerts and 'manual' for manually created alerts.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Catalog Entry V2INCIDENT_IO_CREATE_CATALOG_ENTRIES_V2AcciónTool to create a catalog entry in incident.io. Use when you need to add a new entry to a catalog type with specific attribute values. Catalog entries represent items like teams, services, or custom resources in your incident management workflow.
INCIDENT_IO_CREATE_CATALOG_ENTRIES_V2AcciónTool to create a catalog entry in incident.io. Use when you need to add a new entry to a catalog type with specific attribute values. Catalog entries represent items like teams, services, or custom resources in your incident management workflow.
Parámetros de entrada
namestringObligatorioHuman readable name of this catalog entry
rankintegerWhen catalog type is ranked, this is used to help order things
aliasesstring[]Optional aliases that can be used to reference this entry
external_idstringAn optional alternative ID for this entry, which is ensured to be unique for the type
catalog_type_idstringObligatorioID of the catalog type this entry belongs to
attribute_valuesobjectObligatorioValues of this entry, keyed by attribute ID. Each attribute can have either a single value or an array of values.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Catalog Entry V3INCIDENT_IO_CREATE_CATALOG_ENTRIES_V3AcciónTool to create a catalog entry in incident.io using the V3 API. Use when you need to add a new entry to a catalog type with specific attribute values. Catalog entries represent items like teams, services, or custom resources in your incident management workflow.
INCIDENT_IO_CREATE_CATALOG_ENTRIES_V3AcciónTool to create a catalog entry in incident.io using the V3 API. Use when you need to add a new entry to a catalog type with specific attribute values. Catalog entries represent items like teams, services, or custom resources in your incident management workflow.
Parámetros de entrada
namestringObligatorioHuman readable name of this catalog entry
rankintegerWhen catalog type is ranked, this is used to help order things
aliasesstring[]Optional aliases that can be used to reference this entry
external_idstringAn optional alternative ID for this entry, which is ensured to be unique for the type
catalog_type_idstringObligatorioID of the catalog type this entry belongs to
attribute_valuesobjectObligatorioValues of this entry, keyed by attribute ID. Each attribute can have either a single value or an array of values. For string attributes use {value: {literal: 'string_value'}}, for references use {value: {literal: 'id', reference: 'type'}}, for arrays use {array_value: [{literal: 'value'}]}
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Catalog Type V3INCIDENT_IO_CREATE_CATALOG_TYPES_V3AcciónTool to create a new catalog type in incident.io V3 API. Use when you need to define custom resource types for your organization's catalog, such as teams, services, or infrastructure components.
INCIDENT_IO_CREATE_CATALOG_TYPES_V3AcciónTool to create a new catalog type in incident.io V3 API. Use when you need to define custom resource types for your organization's catalog, such as teams, services, or infrastructure components.
Parámetros de entrada
namestringObligatorioHuman readable name of this catalog type
rankedbooleanWhether entries in this catalog type can be ranked
type_namestringThe type name of this catalog type, to be used when defining attributes. This is immutable once created. For custom types, it must follow the pattern Custom["SomeName"]. If not provided, defaults to the name field.
categoriesstring[]Categories that this catalog type belongs to for organization purposes
annotationsobjectKey-value annotations that can track metadata about this catalog type
descriptionstringObligatorioHuman readable description of this catalog type
source_repo_urlstringURL of the external repository where this catalog type is managed
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Custom Field OptionINCIDENT_IO_CREATE_CUSTOM_FIELD_OPTIONS_V1AcciónTool to create a new custom field option in incident.io. Use when you need to add a new selectable value to an existing custom field.
INCIDENT_IO_CREATE_CUSTOM_FIELD_OPTIONS_V1AcciónTool to create a new custom field option in incident.io. Use when you need to add a new selectable value to an existing custom field.
Parámetros de entrada
valuestringObligatorioHuman readable name for the custom field option
sort_keyintegerSort key used to order the custom field options correctly. Lower values appear first.
custom_field_idstringObligatorioID of the custom field this option belongs to
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Custom Field V2INCIDENT_IO_CREATE_CUSTOM_FIELDS_V2AcciónTool to create a custom field in incident.io using the V2 API. Use when you need to add a new custom field to track additional information during incidents.
INCIDENT_IO_CREATE_CUSTOM_FIELDS_V2AcciónTool to create a custom field in incident.io using the V2 API. Use when you need to add a new custom field to track additional information during incidents.
Parámetros de entrada
namestringObligatorioHuman readable name for the custom field. Maximum 50 characters.
field_typestringObligatorioenumType of custom field. Determines how the field data is stored and displayed.
single_selectmulti_selecttextlinknumericdescriptionstringObligatorioDescription of the custom field. Provides context about what this field represents.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Escalation V2INCIDENT_IO_CREATE_ESCALATIONS_V2AcciónTool to create an escalation in incident.io. Use when you need to page users to respond to alerts. You must specify either an escalation_path_id or direct targets (users/schedules).
INCIDENT_IO_CREATE_ESCALATIONS_V2AcciónTool to create an escalation in incident.io. Use when you need to page users to respond to alerts. You must specify either an escalation_path_id or direct targets (users/schedules).
Parámetros de entrada
titlestringObligatorioTitle for the escalation
targetsobject[]Direct targets (users/schedules) to escalate to. Either this or escalation_path_id must be specified.
prioritystringPriority level for the escalation
custom_messagestringCustom message to include with the escalation notification
idempotency_keystringObligatorioUnique key to ensure idempotent requests. Use this to prevent accidental duplicate escalations.
escalation_path_idstringID of escalation path to use. Either this or targets must be specified.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Incident RoleINCIDENT_IO_CREATE_INCIDENT_ROLES_V1AcciónTool to create a new incident role in incident.io. Use when you need to define a new role type that can be assigned during incidents. Roles help organize responsibilities and ensure the right people are engaged during incident response.
INCIDENT_IO_CREATE_INCIDENT_ROLES_V1AcciónTool to create a new incident role in incident.io. Use when you need to define a new role type that can be assigned during incidents. Roles help organize responsibilities and ensure the right people are engaged during incident response.
Parámetros de entrada
namestringObligatorioHuman readable name of the incident role
requiredbooleanObligatorioDEPRECATED: this will always be false. This field is deprecated but still required by the API.
shortformstringObligatorioShort human readable name for Slack. Note that this will be empty for the 'reporter' role.
descriptionstringObligatorioDescribes the purpose of the role
instructionsstringObligatorioProvided to whoever is nominated for the role. Note that this will be empty for the 'reporter' role.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Incident Role V2INCIDENT_IO_CREATE_INCIDENT_ROLES_V2AcciónTool to create a new incident role in incident.io using the V2 API. Use when you need to define a new role type that can be assigned during incidents to organize responsibilities and ensure the right people are engaged during incident response.
INCIDENT_IO_CREATE_INCIDENT_ROLES_V2AcciónTool to create a new incident role in incident.io using the V2 API. Use when you need to define a new role type that can be assigned during incidents to organize responsibilities and ensure the right people are engaged during incident response.
Parámetros de entrada
namestringObligatorioHuman readable name of the incident role
shortformstringObligatorioShort human readable name for Slack. Note that this will be empty for the 'reporter' role.
descriptionstringObligatorioDescribes the purpose of the role
instructionsstringObligatorioProvided to whoever is nominated for the role. Note that this will be empty for the 'reporter' role.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Incident StatusINCIDENT_IO_CREATE_INCIDENT_STATUSAcciónTool to create a new incident status in incident.io. Use when you need to add a custom status for categorizing incidents as 'live' (active), 'learning' (post-incident), or 'closed'.
INCIDENT_IO_CREATE_INCIDENT_STATUSAcciónTool to create a new incident status in incident.io. Use when you need to add a custom status for categorizing incidents as 'live' (active), 'learning' (post-incident), or 'closed'.
Parámetros de entrada
namestringObligatorioUnique name of this status
categorystringObligatorioenumWhether the status should be considered 'live' (now renamed to active), 'learning' (now renamed to post-incident) or 'closed'. The triage and declined statuses cannot be created or modified.
livelearningcloseddescriptionstringObligatorioRich text description of the incident status
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Incident V1INCIDENT_IO_CREATE_INCIDENTS_V1AcciónTool to create a new incident in incident.io. Use when you need to report and track an operational issue or outage. Requires at minimum an idempotency_key and visibility setting.
INCIDENT_IO_CREATE_INCIDENTS_V1AcciónTool to create a new incident in incident.io. Use when you need to report and track an operational issue or outage. Requires at minimum an idempotency_key and visibility setting.
Parámetros de entrada
modestringenumMode for the incident - whether it's real or a test incident.
realtestnamestringExplanation of the incident
statusstringenumCurrent status of the incident lifecycle.
triageinvestigatingfixingmonitoringcloseddeclinedsummarystringDetailed description of the incident
visibilitystringObligatorioenumWhether the incident should be open to anyone in your Slack workspace (public), or invite-only (private). For more information on Private Incidents see https://help.incident.io/articles/5905558102-can-we-mark-incidents-as-sensitive-and-restrict-access
publicprivateseverity_idstringSeverity to create incident as
slack_team_idstringID of the Slack team / workspace. This is only required if you are using a Slack Enterprise Grid with multiple teams.
idempotency_keystringObligatorioUnique string used to de-duplicate incident create requests. Use this to prevent accidental duplicate incident creation.
incident_type_idstringIncident type to create this incident as
custom_field_entriesobject[]Set the incident's custom fields to these values
source_message_timestampstringTimestamp of the source message, if this incident was created from one
incident_role_assignmentsobject[]Assign incident roles to these people
source_message_channel_idstringChannel ID of the source message, if this incident was created from one
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Incident V2INCIDENT_IO_CREATE_INCIDENTS_V2AcciónTool to create a new incident in incident.io using the V2 API. Use when you need to report and track an operational issue or outage. Requires at minimum an idempotency_key and visibility setting. Optionally specify severity, incident type, custom fields, role assignments, and other attributes.
INCIDENT_IO_CREATE_INCIDENTS_V2AcciónTool to create a new incident in incident.io using the V2 API. Use when you need to report and track an operational issue or outage. Requires at minimum an idempotency_key and visibility setting. Optionally specify severity, incident type, custom fields, role assignments, and other attributes.
Parámetros de entrada
modestringenumMode for the incident - whether it's real, test, tutorial, or retrospective.
standardretrospectivetesttutorialnamestringExplanation of the incident
summarystringDetailed description of the incident
visibilitystringObligatorioenumWhether the incident should be open to anyone in your Slack workspace (public), or invite-only (private). For more information on Private Incidents see https://help.incident.io/articles/5905558102-can-we-mark-incidents-as-sensitive-and-restrict-access
publicprivateseverity_idstringSeverity to create incident as
slack_team_idstringID of the Slack team / workspace. This is only required if you are using a Slack Enterprise Grid with multiple teams.
idempotency_keystringObligatorioUnique string used to de-duplicate incident create requests. Use this to prevent accidental duplicate incident creation.
incident_type_idstringIncident type to create this incident as
incident_status_idstringIncident status to assign to the incident
custom_field_entriesobject[]Set the incident's custom fields to these values
incident_role_assignmentsobject[]Assign incident roles to these people
incident_timestamp_valuesobject[]Assign the incident's timestamps to these values
slack_channel_name_overridestringName of the Slack channel to create for this incident
retrospective_incident_optionsobjectOptions for retrospective incidents.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Managed Resource V2INCIDENT_IO_CREATE_MANAGED_RESOURCES_V2AcciónTool to create a managed resource in incident.io. Use when you need to mark a resource (schedule, escalation path, or workflow) as being managed by an external system like Terraform or a custom automation tool. This helps track which resources are controlled externally and should not be modified through the dashboard.
INCIDENT_IO_CREATE_MANAGED_RESOURCES_V2AcciónTool to create a managed resource in incident.io. Use when you need to mark a resource (schedule, escalation path, or workflow) as being managed by an external system like Terraform or a custom automation tool. This helps track which resources are controlled externally and should not be modified through the dashboard.
Parámetros de entrada
managed_bystringObligatorioenumHow this resource is managed (dashboard, terraform, or external tool)
dashboardterraformexternalsource_urlstringThe URL of the external repository where this resource is managed (if applicable)
annotationsobjectObligatorioAnnotations that track metadata about this resource. Key-value pairs to store additional information.
resource_idstringObligatorioThe ID of the related resource that you want to mark as managed
resource_typestringObligatorioenumThe type of the related resource being managed
escalation_pathscheduleworkflow
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create SeverityINCIDENT_IO_CREATE_SEVERITIES_V1AcciónTool to create a new severity level in incident.io. Use when you need to define a new severity classification for incidents with a specific rank and description.
INCIDENT_IO_CREATE_SEVERITIES_V1AcciónTool to create a new severity level in incident.io. Use when you need to define a new severity classification for incidents with a specific rank and description.
Parámetros de entrada
namestringObligatorioHuman readable name of the severity
rankintegerRank to help sort severities (lower numbers are less severe)
descriptionstringObligatorioDescription of the severity
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Alert Attribute V2INCIDENT_IO_DELETE_ALERT_ATTRIBUTES_V2AcciónTool to delete an alert attribute from incident.io. Use when you need to remove an alert attribute that is no longer needed or was created in error.
INCIDENT_IO_DELETE_ALERT_ATTRIBUTES_V2AcciónTool to delete an alert attribute from incident.io. Use when you need to remove an alert attribute that is no longer needed or was created in error.
Parámetros de entrada
idstringObligatorioThe unique identifier of the alert attribute to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Alert Route V2INCIDENT_IO_DELETE_ALERT_ROUTES_V2AcciónTool to delete an alert route from incident.io. Use when you need to remove an alert route configuration that is no longer needed or was created in error.
INCIDENT_IO_DELETE_ALERT_ROUTES_V2AcciónTool to delete an alert route from incident.io. Use when you need to remove an alert route configuration that is no longer needed or was created in error.
Parámetros de entrada
idstringObligatorioUnique identifier for this alert route config
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Alert Source V2INCIDENT_IO_DELETE_ALERT_SOURCES_V2AcciónTool to delete an alert source from incident.io. Use when you need to remove an alert source that is no longer needed or was created in error.
INCIDENT_IO_DELETE_ALERT_SOURCES_V2AcciónTool to delete an alert source from incident.io. Use when you need to remove an alert source that is no longer needed or was created in error.
Parámetros de entrada
idstringObligatorioThe unique identifier of the alert source to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Catalog Entry V2INCIDENT_IO_DELETE_CATALOG_ENTRIES_V2AcciónTool to delete a catalog entry from incident.io. Use when you need to remove a catalog entry that is no longer needed.
INCIDENT_IO_DELETE_CATALOG_ENTRIES_V2AcciónTool to delete a catalog entry from incident.io. Use when you need to remove a catalog entry that is no longer needed.
Parámetros de entrada
idstringObligatorioID of the catalog entry to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Catalog Entry V3INCIDENT_IO_DELETE_CATALOG_ENTRIES_V3AcciónTool to archive a catalog entry from incident.io using V3 API. Use when you need to remove a catalog entry that is no longer needed. This operation archives the entry from the catalog.
INCIDENT_IO_DELETE_CATALOG_ENTRIES_V3AcciónTool to archive a catalog entry from incident.io using V3 API. Use when you need to remove a catalog entry that is no longer needed. This operation archives the entry from the catalog.
Parámetros de entrada
idstringObligatorioID of the catalog entry to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Catalog Type V2INCIDENT_IO_DELETE_CATALOG_TYPES_V2AcciónTool to delete a catalog type from incident.io. Use when you need to remove a catalog type that is no longer needed.
INCIDENT_IO_DELETE_CATALOG_TYPES_V2AcciónTool to delete a catalog type from incident.io. Use when you need to remove a catalog type that is no longer needed.
Parámetros de entrada
idstringObligatorioID of the catalog type to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Catalog Type V3INCIDENT_IO_DELETE_CATALOG_TYPES_V3AcciónTool to archive a catalog type and all its entries from incident.io. Use when you need to remove a catalog type that is no longer needed.
INCIDENT_IO_DELETE_CATALOG_TYPES_V3AcciónTool to archive a catalog type and all its entries from incident.io. Use when you need to remove a catalog type that is no longer needed.
Parámetros de entrada
idstringObligatorioID of the catalog type to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Custom FieldINCIDENT_IO_DELETE_CUSTOM_FIELDAcciónTool to delete a custom field from incident.io. Use when you need to remove a custom field definition. The deletion is permanent and cannot be undone.
INCIDENT_IO_DELETE_CUSTOM_FIELDAcciónTool to delete a custom field from incident.io. Use when you need to remove a custom field definition. The deletion is permanent and cannot be undone.
Parámetros de entrada
idstringObligatorioUnique identifier for the custom field to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Custom Field OptionINCIDENT_IO_DELETE_CUSTOM_FIELD_OPTIONS_V1AcciónTool to delete a custom field option in incident.io. Use when you need to permanently remove a custom field option by its ID.
INCIDENT_IO_DELETE_CUSTOM_FIELD_OPTIONS_V1AcciónTool to delete a custom field option in incident.io. Use when you need to permanently remove a custom field option by its ID.
Parámetros de entrada
idstringObligatorioUnique identifier for the custom field option to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Custom Field V2INCIDENT_IO_DELETE_CUSTOM_FIELDS_V2AcciónTool to delete a custom field from incident.io using the V2 API. Use when you need to permanently remove a custom field definition by its ID.
INCIDENT_IO_DELETE_CUSTOM_FIELDS_V2AcciónTool to delete a custom field from incident.io using the V2 API. Use when you need to permanently remove a custom field definition by its ID.
Parámetros de entrada
idstringObligatorioUnique identifier for the custom field to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Escalation Path V2INCIDENT_IO_DELETE_ESCALATION_PATHS_V2AcciónTool to delete an escalation path from incident.io. Use when you need to remove an escalation path that is no longer needed or was created in error.
INCIDENT_IO_DELETE_ESCALATION_PATHS_V2AcciónTool to delete an escalation path from incident.io. Use when you need to remove an escalation path that is no longer needed or was created in error.
Parámetros de entrada
idstringObligatorioUnique identifier for this escalation path.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Incident Role V2INCIDENT_IO_DELETE_INCIDENT_ROLES_V2AcciónTool to delete an incident role by ID. Use when you need to permanently remove an incident role from incident.io.
INCIDENT_IO_DELETE_INCIDENT_ROLES_V2AcciónTool to delete an incident role by ID. Use when you need to permanently remove an incident role from incident.io.
Parámetros de entrada
idstringObligatorioUnique identifier for the incident role to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Incident Role V1INCIDENT_IO_DELETE_INCIDENT_ROLE_V1AcciónTool to delete an incident role by ID. Use when you need to remove an incident role from incident.io.
INCIDENT_IO_DELETE_INCIDENT_ROLE_V1AcciónTool to delete an incident role by ID. Use when you need to remove an incident role from incident.io.
Parámetros de entrada
idstringObligatorioUnique identifier for the incident role to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Incident Status V1INCIDENT_IO_DELETE_INCIDENT_STATUS_V1AcciónTool to delete an incident status by its ID. Use when you need to remove an incident status from the system.
INCIDENT_IO_DELETE_INCIDENT_STATUS_V1AcciónTool to delete an incident status by its ID. Use when you need to remove an incident status from the system.
Parámetros de entrada
idstringObligatorioUnique ID of the incident status to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Schedule V2INCIDENT_IO_DELETE_SCHEDULES_V2AcciónTool to delete a schedule from incident.io. Use when you need to remove a schedule that is no longer needed or was created in error.
INCIDENT_IO_DELETE_SCHEDULES_V2AcciónTool to delete a schedule from incident.io. Use when you need to remove a schedule that is no longer needed or was created in error.
Parámetros de entrada
idstringObligatorioUnique internal ID of the schedule to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete SeverityINCIDENT_IO_DELETE_SEVERITYAcciónTool to delete a severity in incident.io. Use when you need to permanently remove a severity level from your incident management configuration.
INCIDENT_IO_DELETE_SEVERITYAcciónTool to delete a severity in incident.io. Use when you need to permanently remove a severity level from your incident management configuration.
Parámetros de entrada
idstringObligatorioUnique identifier of the severity to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Workflow V2INCIDENT_IO_DELETE_WORKFLOWS_V2AcciónTool to delete a workflow from incident.io using the V2 API. Use when you need to permanently remove a workflow definition by its ID.
INCIDENT_IO_DELETE_WORKFLOWS_V2AcciónTool to delete a workflow from incident.io using the V2 API. Use when you need to permanently remove a workflow definition by its ID.
Parámetros de entrada
idstringObligatorioUnique identifier for the workflow to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Edit Incident V2INCIDENT_IO_EDIT_INCIDENTS_V2AcciónTool to edit an existing incident in incident.io. Use when you need to update incident details like name, summary, severity, status, custom fields, or role assignments.
INCIDENT_IO_EDIT_INCIDENTS_V2AcciónTool to edit an existing incident in incident.io. Use when you need to update incident details like name, summary, severity, status, custom fields, or role assignments.
Parámetros de entrada
idstringObligatorioThe unique identifier of the incident that you want to edit
incidentobjectObligatorioIncident fields to update
notify_incident_channelbooleanObligatorioShould we send Slack channel notifications to inform responders of this update? Note that this won't work if the Slack channel has already been archived.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Show Alert Attribute V2INCIDENT_IO_GET_ALERT_ATTRIBUTES_V2AcciónTool to retrieve a specific alert attribute by its ID from incident.io. Use when you need to get details about an alert attribute such as its type, whether it's required, or if it accepts arrays.
INCIDENT_IO_GET_ALERT_ATTRIBUTES_V2AcciónTool to retrieve a specific alert attribute by its ID from incident.io. Use when you need to get details about an alert attribute such as its type, whether it's required, or if it accepts arrays.
Parámetros de entrada
idstringObligatorioThe unique identifier for the alert attribute to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Show Alert Routes V2INCIDENT_IO_GET_ALERT_ROUTES_V2AcciónTool to retrieve a specific alert route configuration by its ID from incident.io. Use when you need to view the details of an alert route, including its conditions, escalation bindings, and incident template.
INCIDENT_IO_GET_ALERT_ROUTES_V2AcciónTool to retrieve a specific alert route configuration by its ID from incident.io. Use when you need to view the details of an alert route, including its conditions, escalation bindings, and incident template.
Parámetros de entrada
idstringObligatorioUnique identifier for this alert route config
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Show Alert Source V2INCIDENT_IO_GET_ALERT_SOURCES_V2AcciónTool to retrieve a specific alert source by its ID from incident.io. Use when you need to get details about an alert source configuration including its template and HTTP options.
INCIDENT_IO_GET_ALERT_SOURCES_V2AcciónTool to retrieve a specific alert source by its ID from incident.io. Use when you need to get details about an alert source configuration including its template and HTTP options.
Parámetros de entrada
idstringObligatorioThe unique identifier of the alert source to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Show Entry Catalog V2INCIDENT_IO_GET_CATALOG_ENTRIES_V2AcciónTool to retrieve a specific catalog entry by ID from incident.io. Use when you need to get details about a catalog entry including its attributes, values, and associated catalog type.
INCIDENT_IO_GET_CATALOG_ENTRIES_V2AcciónTool to retrieve a specific catalog entry by ID from incident.io. Use when you need to get details about a catalog entry including its attributes, values, and associated catalog type.
Parámetros de entrada
idstringObligatorioID of this catalog entry
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Catalog Entry V3INCIDENT_IO_GET_CATALOG_ENTRY_V3AcciónTool to retrieve a specific catalog entry by ID from incident.io. Use when you need to get details about a catalog entry including its attributes and values.
INCIDENT_IO_GET_CATALOG_ENTRY_V3AcciónTool to retrieve a specific catalog entry by ID from incident.io. Use when you need to get details about a catalog entry including its attributes and values.
Parámetros de entrada
idstringObligatorioID of the catalog entry to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Catalog Type V2INCIDENT_IO_GET_CATALOG_TYPES_V2AcciónTool to retrieve a specific catalog type by ID from incident.io. Use when you need to get details about a catalog type's configuration, schema, or metadata.
INCIDENT_IO_GET_CATALOG_TYPES_V2AcciónTool to retrieve a specific catalog type by ID from incident.io. Use when you need to get details about a catalog type's configuration, schema, or metadata.
Parámetros de entrada
idstringObligatorioID of the catalog type to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Catalog Type V3INCIDENT_IO_GET_CATALOG_TYPES_V3AcciónTool to retrieve a specific catalog type by ID from incident.io V3 API. Use when you need to get details about a catalog type's configuration, schema, or metadata.
INCIDENT_IO_GET_CATALOG_TYPES_V3AcciónTool to retrieve a specific catalog type by ID from incident.io V3 API. Use when you need to get details about a catalog type's configuration, schema, or metadata.
Parámetros de entrada
idstringObligatorioID of the catalog type to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Custom Field OptionINCIDENT_IO_GET_CUSTOM_FIELD_OPTIONS_V1AcciónTool to retrieve a specific custom field option by its ID. Use when you need details about a custom field option in incident.io.
INCIDENT_IO_GET_CUSTOM_FIELD_OPTIONS_V1AcciónTool to retrieve a specific custom field option by its ID. Use when you need details about a custom field option in incident.io.
Parámetros de entrada
idstringObligatorioUnique identifier for the custom field option
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Custom Field V1INCIDENT_IO_GET_CUSTOM_FIELD_V1AcciónTool to retrieve details of a specific custom field by ID in incident.io. Use when you need information about a custom field's configuration, options, or metadata.
INCIDENT_IO_GET_CUSTOM_FIELD_V1AcciónTool to retrieve details of a specific custom field by ID in incident.io. Use when you need information about a custom field's configuration, options, or metadata.
Parámetros de entrada
idstringObligatorioUnique identifier for the custom field
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Custom Field V2INCIDENT_IO_GET_CUSTOM_FIELD_V2AcciónTool to retrieve details of a specific custom field by ID using the V2 API in incident.io. Use when you need information about a custom field's configuration or metadata from the V2 endpoint.
INCIDENT_IO_GET_CUSTOM_FIELD_V2AcciónTool to retrieve details of a specific custom field by ID using the V2 API in incident.io. Use when you need information about a custom field's configuration or metadata from the V2 endpoint.
Parámetros de entrada
idstringObligatorioUnique identifier for the custom field
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Show Escalations V2INCIDENT_IO_GET_ESCALATIONS_V2AcciónTool to retrieve a specific escalation by ID from incident.io. Use when you need detailed information about an escalation including its status, priority, creator, events, and related incidents/alerts.
INCIDENT_IO_GET_ESCALATIONS_V2AcciónTool to retrieve a specific escalation by ID from incident.io. Use when you need detailed information about an escalation including its status, priority, creator, events, and related incidents/alerts.
Parámetros de entrada
idstringObligatorioUnique identifier for the escalation to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Incident RoleINCIDENT_IO_GET_INCIDENT_ROLES_V1AcciónTool to retrieve a specific incident role by ID. Use when you need to get details about a specific incident role.
INCIDENT_IO_GET_INCIDENT_ROLES_V1AcciónTool to retrieve a specific incident role by ID. Use when you need to get details about a specific incident role.
Parámetros de entrada
idstringObligatorioUnique identifier for the role
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Incident Role V2INCIDENT_IO_GET_INCIDENT_ROLES_V2AcciónTool to retrieve a specific incident role by ID using V2 API. Use when you need to get details about a specific incident role.
INCIDENT_IO_GET_INCIDENT_ROLES_V2AcciónTool to retrieve a specific incident role by ID using V2 API. Use when you need to get details about a specific incident role.
Parámetros de entrada
idstringObligatorioUnique identifier for the role
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Incident StatusINCIDENT_IO_GET_INCIDENT_STATUSAcciónTool to retrieve details of a specific incident status by ID. Use when you need to get information about a particular incident status configuration.
INCIDENT_IO_GET_INCIDENT_STATUSAcciónTool to retrieve details of a specific incident status by ID. Use when you need to get information about a particular incident status configuration.
Parámetros de entrada
idstringObligatorioUnique ID of the incident status to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Incident Timestamp V2INCIDENT_IO_GET_INCIDENT_TIMESTAMPS_V2AcciónTool to retrieve a specific incident timestamp by ID using V2 API. Use when you need to get details about a specific incident timestamp configuration.
INCIDENT_IO_GET_INCIDENT_TIMESTAMPS_V2AcciónTool to retrieve a specific incident timestamp by ID using V2 API. Use when you need to get details about a specific incident timestamp configuration.
Parámetros de entrada
idstringObligatorioUnique ID of this incident timestamp
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Incident TypeINCIDENT_IO_GET_INCIDENT_TYPEAcciónTool to retrieve detailed information about a specific incident type by ID. Use when you need to view configuration details, settings, or properties of a particular incident type.
INCIDENT_IO_GET_INCIDENT_TYPEAcciónTool to retrieve detailed information about a specific incident type by ID. Use when you need to view configuration details, settings, or properties of a particular incident type.
Parámetros de entrada
idstringObligatorioUnique identifier for this Incident Type
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Incident by ID (V1)INCIDENT_IO_GET_INCIDENT_V1AcciónTool to retrieve a specific incident by ID. Use when you need detailed information about an incident.
INCIDENT_IO_GET_INCIDENT_V1AcciónTool to retrieve a specific incident by ID. Use when you need detailed information about an incident.
Parámetros de entrada
idstringObligatorioUnique identifier for the incident
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Incident by ID (V2)INCIDENT_IO_GET_INCIDENT_V2AcciónTool to retrieve a specific incident by ID using V2 API. Use when you need detailed information about an incident including duration metrics, timestamps, and workload data.
INCIDENT_IO_GET_INCIDENT_V2AcciónTool to retrieve a specific incident by ID using V2 API. Use when you need detailed information about an incident including duration metrics, timestamps, and workload data.
Parámetros de entrada
idstringObligatorioUnique identifier for the incident
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Show Schedules V2INCIDENT_IO_GET_SCHEDULES_V2AcciónTool to retrieve a specific schedule by ID from incident.io using V2 API. Use when you need to view details about an on-call schedule, including rotations, shifts, and configuration.
INCIDENT_IO_GET_SCHEDULES_V2AcciónTool to retrieve a specific schedule by ID from incident.io using V2 API. Use when you need to view details about an on-call schedule, including rotations, shifts, and configuration.
Parámetros de entrada
idstringObligatorioUnique internal ID of the schedule
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Severity V1INCIDENT_IO_GET_SEVERITIES_V1AcciónTool to retrieve a specific severity by ID from incident.io. Use when you need to fetch details about a particular severity level.
INCIDENT_IO_GET_SEVERITIES_V1AcciónTool to retrieve a specific severity by ID from incident.io. Use when you need to fetch details about a particular severity level.
Parámetros de entrada
idstringObligatorioUnique identifier of the severity to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get User V2INCIDENT_IO_GET_USERS_V2AcciónTool to retrieve a specific user by ID from incident.io using V2 API. Use when you need to get detailed information about a user including their role assignments.
INCIDENT_IO_GET_USERS_V2AcciónTool to retrieve a specific user by ID from incident.io using V2 API. Use when you need to get detailed information about a user including their role assignments.
Parámetros de entrada
idstringObligatorioUnique identifier of the user
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Workflow V2INCIDENT_IO_GET_WORKFLOWS_V2AcciónTool to retrieve a specific workflow by ID from incident.io. Use when you need to get details about a workflow's configuration, steps, conditions, and triggers.
INCIDENT_IO_GET_WORKFLOWS_V2AcciónTool to retrieve a specific workflow by ID from incident.io. Use when you need to get details about a workflow's configuration, steps, conditions, and triggers.
Parámetros de entrada
idstringObligatorioUnique identifier for the workflow
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Actions V1INCIDENT_IO_LIST_ACTIONS_V1AcciónTool to list actions from incidents. Use when you need to retrieve actions associated with incidents, filter by follow-up status, or get actions for a specific incident. By default returns actions from 'real' incidents only.
INCIDENT_IO_LIST_ACTIONS_V1AcciónTool to list actions from incidents. Use when you need to retrieve actions associated with incidents, filter by follow-up status, or get actions for a specific incident. By default returns actions from 'real' incidents only.
Parámetros de entrada
incident_idstringFind actions related to this specific incident by its ID.
is_follow_upbooleanFilter to actions marked as being follow up actions. Set to true to get only follow-up actions, false for non-follow-up actions.
incident_modestringenumMode of incidents to filter by.
realtesttutorial
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Actions V2INCIDENT_IO_LIST_ACTIONS_V2AcciónTool to retrieve a list of actions from incident.io. Use when you need to view existing actions, optionally filtered by incident ID or incident mode.
INCIDENT_IO_LIST_ACTIONS_V2AcciónTool to retrieve a list of actions from incident.io. Use when you need to view existing actions, optionally filtered by incident ID or incident mode.
Parámetros de entrada
incident_idstringFind actions related to this incident
incident_modestringenumIncident mode filter options.
standardretrospectivetesttutorialstream
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Alert Attributes V2INCIDENT_IO_LIST_ALERT_ATTRIBUTES_V2AcciónTool to list all available alert attributes. Use when you need to retrieve the schema of attributes that can be used with alerts.
INCIDENT_IO_LIST_ALERT_ATTRIBUTES_V2AcciónTool to list all available alert attributes. Use when you need to retrieve the schema of attributes that can be used with alerts.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Alert Routes V2INCIDENT_IO_LIST_ALERT_ROUTES_V2AcciónTool to list alert routes from incident.io. Use when you need to retrieve configured alert routes with pagination support.
INCIDENT_IO_LIST_ALERT_ROUTES_V2AcciónTool to list alert routes from incident.io. Use when you need to retrieve configured alert routes with pagination support.
Parámetros de entrada
afterstringCursor for pagination - the ID of the last alert route on the previous page
page_sizeintegerNumber of alert routes to return per page. Must be between 1 and 50.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Alert Sources V2INCIDENT_IO_LIST_ALERT_SOURCES_V2AcciónTool to list all configured alert sources in incident.io. Use when you need to retrieve alert sources that send alerts to incident.io for routing.
INCIDENT_IO_LIST_ALERT_SOURCES_V2AcciónTool to list all configured alert sources in incident.io. Use when you need to retrieve alert sources that send alerts to incident.io for routing.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Alerts V2INCIDENT_IO_LIST_ALERTS_V2AcciónTool to list alerts from incident.io. Use when you need to retrieve alerts for the organisation with pagination support.
INCIDENT_IO_LIST_ALERTS_V2AcciónTool to list alerts from incident.io. Use when you need to retrieve alerts for the organisation with pagination support.
Parámetros de entrada
afterstringCursor for pagination - the ID of the last alert on the previous page
page_sizeintegerNumber of alerts to return per page. Must be at least 1.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Catalog Entries V2INCIDENT_IO_LIST_CATALOG_ENTRIES_V2AcciónTool to list entries from a catalog type in incident.io. Use when you need to retrieve catalog entries for a specific catalog type with pagination support.
INCIDENT_IO_LIST_CATALOG_ENTRIES_V2AcciónTool to list entries from a catalog type in incident.io. Use when you need to retrieve catalog entries for a specific catalog type with pagination support.
Parámetros de entrada
afterstringAn record's ID. This endpoint will return a list of records after this ID in relation to the API response order.
page_sizeintegerInteger number of records to return
catalog_type_idstringObligatorioID of the catalog type to retrieve entries for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Catalog Entries V3INCIDENT_IO_LIST_CATALOG_ENTRIES_V3AcciónTool to list entries from a catalog type in incident.io. Use when you need to retrieve catalog entries for a specific catalog type with pagination and filtering support.
INCIDENT_IO_LIST_CATALOG_ENTRIES_V3AcciónTool to list entries from a catalog type in incident.io. Use when you need to retrieve catalog entries for a specific catalog type with pagination and filtering support.
Parámetros de entrada
afterstringCursor for pagination. Pass the value from pagination_meta.after to load the next page.
page_sizeintegerObligatorioNumber of records per page to return (required by API)
identifierstringFilter entries by identifier (alias). Searches across ID, external ID, aliases, or name.
catalog_type_idstringObligatorioID of the catalog type to retrieve entries for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Catalog Resources V2INCIDENT_IO_LIST_CATALOG_RESOURCES_V2AcciónTool to retrieve all available catalog resource types. Use when you need to list the types of data that can be held within the catalog or see what attribute types are available for updating catalog type schemas.
INCIDENT_IO_LIST_CATALOG_RESOURCES_V2AcciónTool to retrieve all available catalog resource types. Use when you need to list the types of data that can be held within the catalog or see what attribute types are available for updating catalog type schemas.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Catalog Resources V3INCIDENT_IO_LIST_CATALOG_RESOURCES_V3AcciónTool to retrieve all available catalog resource types from the V3 API. Use when you need to list the types of data that can be held within the catalog or see what attribute types are available for updating catalog type schemas.
INCIDENT_IO_LIST_CATALOG_RESOURCES_V3AcciónTool to retrieve all available catalog resource types from the V3 API. Use when you need to list the types of data that can be held within the catalog or see what attribute types are available for updating catalog type schemas.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Catalog Types V2INCIDENT_IO_LIST_CATALOG_TYPES_V2AcciónTool to retrieve all catalog types configured for an organization. Use when you need to list available catalog types or understand the catalog schema structure.
INCIDENT_IO_LIST_CATALOG_TYPES_V2AcciónTool to retrieve all catalog types configured for an organization. Use when you need to list available catalog types or understand the catalog schema structure.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Catalog Types V3INCIDENT_IO_LIST_CATALOG_TYPES_V3AcciónTool to retrieve all catalog types configured for an organization using V3 API. Use when you need to list available catalog types or understand the catalog schema structure. This includes both synced types backed by external resources and custom catalog types.
INCIDENT_IO_LIST_CATALOG_TYPES_V3AcciónTool to retrieve all catalog types configured for an organization using V3 API. Use when you need to list available catalog types or understand the catalog schema structure. This includes both synced types backed by external resources and custom catalog types.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Custom Field Options V1INCIDENT_IO_LIST_CUSTOM_FIELD_OPTIONS_V1AcciónTool to list all options for a specific custom field in incident.io. Use when you need to retrieve available values for dropdown or multi-select custom fields.
INCIDENT_IO_LIST_CUSTOM_FIELD_OPTIONS_V1AcciónTool to list all options for a specific custom field in incident.io. Use when you need to retrieve available values for dropdown or multi-select custom fields.
Parámetros de entrada
afterstringA custom field option's ID. This endpoint will return a list of custom field options created after this option.
page_sizeintegerNumber of records to return (default: 25).
custom_field_idstringObligatorioThe custom field to list options for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Custom Fields V1INCIDENT_IO_LIST_CUSTOM_FIELDS_V1AcciónTool to list all custom fields for an organization. Use when you need to retrieve the available custom fields and their configurations.
INCIDENT_IO_LIST_CUSTOM_FIELDS_V1AcciónTool to list all custom fields for an organization. Use when you need to retrieve the available custom fields and their configurations.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Custom Fields V2INCIDENT_IO_LIST_CUSTOM_FIELDS_V2AcciónTool to list all custom fields V2 for an organization. Use when you need to retrieve the available custom fields and their configurations using the V2 API.
INCIDENT_IO_LIST_CUSTOM_FIELDS_V2AcciónTool to list all custom fields V2 for an organization. Use when you need to retrieve the available custom fields and their configurations using the V2 API.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Escalation Paths V2INCIDENT_IO_LIST_ESCALATION_PATHS_V2AcciónTool to list escalation paths from incident.io. Use when you need to retrieve configured escalation paths with pagination support.
INCIDENT_IO_LIST_ESCALATION_PATHS_V2AcciónTool to list escalation paths from incident.io. Use when you need to retrieve configured escalation paths with pagination support.
Parámetros de entrada
afterstringCursor for pagination - the ID of the last escalation path on the previous page
page_sizeintegerNumber of escalation paths to return per page. Must be between 1 and 25.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Escalations V2INCIDENT_IO_LIST_ESCALATIONS_V2AcciónTool to list escalations from incident.io. Use when you need to retrieve escalations for the organisation with pagination support.
INCIDENT_IO_LIST_ESCALATIONS_V2AcciónTool to list escalations from incident.io. Use when you need to retrieve escalations for the organisation with pagination support.
Parámetros de entrada
afterstringCursor for pagination - the ID of the last escalation on the previous page
page_sizeintegerNumber of escalations to return per page. Must be at least 1.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Follow-ups V2INCIDENT_IO_LIST_FOLLOW_UPS_V2AcciónTool to retrieve a list of follow-ups from incident.io. Use when you need to view existing follow-ups, optionally filtered by incident ID or incident mode.
INCIDENT_IO_LIST_FOLLOW_UPS_V2AcciónTool to retrieve a list of follow-ups from incident.io. Use when you need to view existing follow-ups, optionally filtered by incident ID or incident mode.
Parámetros de entrada
incident_idstringFind follow-ups related to this incident
incident_modestringenumIncident mode filter options.
standardretrospectivetesttutorialstream
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get API Key IdentityINCIDENT_IO_LIST_IDENTITY_V1AcciónTool to retrieve identity information for the current API key. Use to check which organization and roles are associated with the API key.
INCIDENT_IO_LIST_IDENTITY_V1AcciónTool to retrieve identity information for the current API key. Use to check which organization and roles are associated with the API key.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Incident Alerts V2INCIDENT_IO_LIST_INCIDENT_ALERTS_V2AcciónTool to list incident alerts from incident.io. Use when you need to retrieve connections between incidents and alerts with optional filtering by incident_id or alert_id.
INCIDENT_IO_LIST_INCIDENT_ALERTS_V2AcciónTool to list incident alerts from incident.io. Use when you need to retrieve connections between incidents and alerts with optional filtering by incident_id or alert_id.
Parámetros de entrada
alert_idstringFilter by alert_id to find the incident that a particular alert triggered
page_sizeintegerObligatorioNumber of incident alerts to return per page. Must be at least 1.
incident_idstringFilter by incident_id to find all alerts attached to a particular incident
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Incident Attachments V1INCIDENT_IO_LIST_INCIDENT_ATTACHMENTS_V1AcciónTool to list incident attachments from incident.io. Use when you need to retrieve external resources linked to incidents, such as PagerDuty incidents, Jira issues, or GitHub pull requests. Filter by incident ID, external resource ID, or resource type to narrow results.
INCIDENT_IO_LIST_INCIDENT_ATTACHMENTS_V1AcciónTool to list incident attachments from incident.io. Use when you need to retrieve external resources linked to incidents, such as PagerDuty incidents, Jira issues, or GitHub pull requests. Filter by incident ID, external resource ID, or resource type to narrow results.
Parámetros de entrada
external_idstringFilter by the ID of the resource in the external system (e.g., PagerDuty incident ID, Jira issue key).
incident_idstringFilter attachments by incident ID. Use this to retrieve all attachments for a specific incident.
resource_typestringenumEnum for external resource types that can be attached to incidents.
pager_duty_incidentopsgenie_alertdatadog_monitor_alertgithub_pull_requestgitlab_merge_requestsentry_issuejira_issueatlassian_statuspage_incidentzendesk_ticketgoogle_calendar_eventoutlook_calendar_eventscrubbed+1
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Incident Relationships V1INCIDENT_IO_LIST_INCIDENT_RELATIONSHIPS_V1AcciónTool to list incident relationships for a given incident. Use when you need to retrieve relationships between incidents such as blocking dependencies, causal links, or general associations.
INCIDENT_IO_LIST_INCIDENT_RELATIONSHIPS_V1AcciónTool to list incident relationships for a given incident. Use when you need to retrieve relationships between incidents such as blocking dependencies, causal links, or general associations.
Parámetros de entrada
incident_idstringObligatorioThe ID of the incident to fetch relationships for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Incident Roles V1INCIDENT_IO_LIST_INCIDENT_ROLES_V1AcciónTool to list all incident roles for an organization. Use when you need to retrieve available incident roles and their configurations.
INCIDENT_IO_LIST_INCIDENT_ROLES_V1AcciónTool to list all incident roles for an organization. Use when you need to retrieve available incident roles and their configurations.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Incident Roles V2INCIDENT_IO_LIST_INCIDENT_ROLES_V2AcciónTool to list all incident roles for an organization using V2 API. Use when you need to retrieve available incident roles and their configurations.
INCIDENT_IO_LIST_INCIDENT_ROLES_V2AcciónTool to list all incident roles for an organization using V2 API. Use when you need to retrieve available incident roles and their configurations.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Incident Statuses V1INCIDENT_IO_LIST_INCIDENT_STATUSES_V1AcciónTool to list all incident statuses configured for an organization. Use when you need to retrieve available status options for incidents or understand the status workflow.
INCIDENT_IO_LIST_INCIDENT_STATUSES_V1AcciónTool to list all incident statuses configured for an organization. Use when you need to retrieve available status options for incidents or understand the status workflow.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Incidents V1INCIDENT_IO_LIST_INCIDENTS_V1AcciónTool to list incidents from incident.io. Use when you need to retrieve incidents with optional filtering by status and pagination support.
INCIDENT_IO_LIST_INCIDENTS_V1AcciónTool to list incidents from incident.io. Use when you need to retrieve incidents with optional filtering by status and pagination support.
Parámetros de entrada
afterstringAn record's ID. This endpoint will return a list of records after this ID in relation to the API response order.
statusstring[]Filter for incidents in these statuses
page_sizeintegerInteger number of records to return
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Incidents V2INCIDENT_IO_LIST_INCIDENTS_V2AcciónTool to list incidents from incident.io using the V2 API. Use when you need to retrieve incidents with advanced filtering by status, severity, type, timestamps, and pagination support.
INCIDENT_IO_LIST_INCIDENTS_V2AcciónTool to list incidents from incident.io using the V2 API. Use when you need to retrieve incidents with advanced filtering by status, severity, type, timestamps, and pagination support.
Parámetros de entrada
afterstringAn incident's ID. This endpoint will return a list of incidents after this ID in relation to the API response order.
page_sizeintegerNumber of records to return per page
mode_one_ofstring[]Filter for incidents with mode in this list (e.g., 'standard', 'retrospective', 'test', 'tutorial'). Defaults to ['standard', 'retrospective'] if not provided.
severity_gtestringFilter for incidents with severity rank greater than or equal to this severity ID. Use operator 'gte'.
severity_ltestringFilter for incidents with severity rank less than or equal to this severity ID. Use operator 'lte'.
status_not_instring[]Filter for incidents with status IDs not in this list. Use operator 'not_in'.
status_one_ofstring[]Filter for incidents with status IDs in this list. Use operator 'one_of'.
created_at_gtestringFilter for incidents created at or after this ISO 8601 timestamp. Use operator 'gte'.
created_at_ltestringFilter for incidents created at or before this ISO 8601 timestamp. Use operator 'lte'.
updated_at_gtestringFilter for incidents updated at or after this ISO 8601 timestamp. Use operator 'gte'.
updated_at_ltestringFilter for incidents updated at or before this ISO 8601 timestamp. Use operator 'lte'.
severity_not_instring[]Filter for incidents with severity IDs not in this list. Use operator 'not_in'.
severity_one_ofstring[]Filter for incidents with severity IDs in this list. Use operator 'one_of'.
incident_type_not_instring[]Filter for incidents with incident type IDs not in this list. Use operator 'not_in'.
incident_type_one_ofstring[]Filter for incidents with incident type IDs in this list. Use operator 'one_of'.
status_category_not_instring[]Filter for incidents with status category not in this list. Use operator 'not_in'.
status_category_one_ofstring[]Filter for incidents with status category in this list (e.g., 'triage', 'live', 'closed'). Use operator 'one_of'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Incident Timestamps V2INCIDENT_IO_LIST_INCIDENT_TIMESTAMPS_V2AcciónTool to list all incident timestamp configurations using V2 API. Use when you need to retrieve available incident timestamps and their settings.
INCIDENT_IO_LIST_INCIDENT_TIMESTAMPS_V2AcciónTool to list all incident timestamp configurations using V2 API. Use when you need to retrieve available incident timestamps and their settings.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Incident Types V1INCIDENT_IO_LIST_INCIDENT_TYPES_V1AcciónTool to list all incident types for an organization. Use when you need to retrieve available incident types or understand incident type configurations.
INCIDENT_IO_LIST_INCIDENT_TYPES_V1AcciónTool to list all incident types for an organization. Use when you need to retrieve available incident types or understand incident type configurations.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Incident Updates V2INCIDENT_IO_LIST_INCIDENT_UPDATES_V2AcciónTool to list incident updates from incident.io. Use when you need to retrieve updates for incidents with optional filtering by incident ID and pagination support.
INCIDENT_IO_LIST_INCIDENT_UPDATES_V2AcciónTool to list incident updates from incident.io. Use when you need to retrieve updates for incidents with optional filtering by incident ID and pagination support.
Parámetros de entrada
afterstringAn record's ID. This endpoint will return a list of records after this ID in relation to the API response order.
page_sizeintegerNumber of records to return per page. Must be at least 1.
incident_idstringIncident whose updates you want to list
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List IP allowlistsINCIDENT_IO_LIST_IP_ALLOWLISTSAcciónTool to retrieve the current IP allowlist configuration for incident.io. Use when you need to check which IP addresses are allowed to access the incident.io API.
INCIDENT_IO_LIST_IP_ALLOWLISTSAcciónTool to retrieve the current IP allowlist configuration for incident.io. Use when you need to check which IP addresses are allowed to access the incident.io API.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Schedule Entries V2INCIDENT_IO_LIST_SCHEDULE_ENTRIES_V2AcciónTool to list schedule entries for a specific schedule in incident.io. Use when you need to retrieve on-call schedule entries for a given time window.
INCIDENT_IO_LIST_SCHEDULE_ENTRIES_V2AcciónTool to list schedule entries for a specific schedule in incident.io. Use when you need to retrieve on-call schedule entries for a given time window.
Parámetros de entrada
schedule_idstringObligatorioThe ID of the schedule to get entries for.
entry_window_endstringThe end of the window to get entries for. ISO 8601 timestamp.
entry_window_startstringThe start of the window to get entries for. ISO 8601 timestamp.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Schedules V2INCIDENT_IO_LIST_SCHEDULES_V2AcciónTool to list schedules from incident.io. Use when you need to retrieve on-call schedules with pagination support.
INCIDENT_IO_LIST_SCHEDULES_V2AcciónTool to list schedules from incident.io. Use when you need to retrieve on-call schedules with pagination support.
Parámetros de entrada
afterstringA schedule's ID. This endpoint will return a list of schedules after this ID in relation to the API response order.
page_sizeintegerInteger number of records to return
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Severities V1INCIDENT_IO_LIST_SEVERITIES_V1AcciónTool to retrieve all incident severities configured for an organization. Use when you need to list available severity levels for incidents or determine valid severity options for incident creation/updates.
INCIDENT_IO_LIST_SEVERITIES_V1AcciónTool to retrieve all incident severities configured for an organization. Use when you need to list available severity levels for incidents or determine valid severity options for incident creation/updates.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Status Pages V2INCIDENT_IO_LIST_STATUS_PAGES_V2AcciónTool to list status pages from incident.io. Use when you need to retrieve public or customer status pages with pagination support.
INCIDENT_IO_LIST_STATUS_PAGES_V2AcciónTool to list status pages from incident.io. Use when you need to retrieve public or customer status pages with pagination support.
Parámetros de entrada
afterstringA status page's ID. This endpoint will return a list of status pages after this ID in relation to the API response order.
page_sizeintegerInteger number of records to return
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Users V2INCIDENT_IO_LIST_USERS_V2AcciónTool to list users in incident.io. Use when you need to retrieve users with their role information, filter by email or Slack user ID, with pagination support.
INCIDENT_IO_LIST_USERS_V2AcciónTool to list users in incident.io. Use when you need to retrieve users with their role information, filter by email or Slack user ID, with pagination support.
Parámetros de entrada
afterstringAn record's ID. This endpoint will return a list of records after this ID in relation to the API response order.
emailstringFilter by email address
page_sizeintegerInteger number of records to return
slack_user_idstringFilter by Slack user ID
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Workflows V2INCIDENT_IO_LIST_WORKFLOWS_V2AcciónTool to list workflows from incident.io. Use when you need to retrieve configured workflows with pagination support.
INCIDENT_IO_LIST_WORKFLOWS_V2AcciónTool to list workflows from incident.io. Use when you need to retrieve configured workflows with pagination support.
Parámetros de entrada
afterstringCursor for pagination - the ID of the last workflow on the previous page
page_sizeintegerNumber of workflows to return per page. Must be at least 1.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Alert Attribute V2INCIDENT_IO_UPDATE_ALERT_ATTRIBUTES_V2AcciónTool to update an alert attribute in incident.io. Use when you need to modify the configuration of an existing alert attribute such as changing its name, type, or whether it's required or an array.
INCIDENT_IO_UPDATE_ALERT_ATTRIBUTES_V2AcciónTool to update an alert attribute in incident.io. Use when you need to modify the configuration of an existing alert attribute such as changing its name, type, or whether it's required or an array.
Parámetros de entrada
idstringObligatorioThe unique identifier of the alert attribute to update
namestringObligatorioUnique name of this attribute
typestringObligatorioEngine resource name for this attribute. Common types include 'String' for text values, or 'CatalogEntry["<catalog_id>"]' for catalog entry references.
arraybooleanObligatorioWhether this attribute is an array
requiredbooleanObligatorioWhether this attribute is required
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Alert Source V2INCIDENT_IO_UPDATE_ALERT_SOURCES_V2AcciónTool to update an existing alert source configuration in incident.io. Use when you need to modify alert source properties such as name or template configuration including title, description, expressions, and attributes.
INCIDENT_IO_UPDATE_ALERT_SOURCES_V2AcciónTool to update an existing alert source configuration in incident.io. Use when you need to modify alert source properties such as name or template configuration including title, description, expressions, and attributes.
Parámetros de entrada
idstringObligatorioUnique identifier of the alert source to update. This is a required path parameter.
namestringObligatorioHuman-readable name for the alert source that will be displayed in the UI
templateobjectObligatorioTemplate configuration that defines how alerts from this source are processed and displayed
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Bulk Update Catalog Entries V3INCIDENT_IO_UPDATE_CATALOG_ENTRIES_BULK_V3AcciónTool to bulk update catalog entries in incident.io v3 API. Use when you need to create or update multiple catalog entries at once for a specific catalog type. This is more efficient than updating entries individually. The API returns 204 No Content on success.
INCIDENT_IO_UPDATE_CATALOG_ENTRIES_BULK_V3AcciónTool to bulk update catalog entries in incident.io v3 API. Use when you need to create or update multiple catalog entries at once for a specific catalog type. This is more efficient than updating entries individually. The API returns 204 No Content on success.
Parámetros de entrada
entriesobject[]ObligatorioArray of entries to create or update. Each entry must include an entry_id, name, and attribute_values.
delete_modestringHow to handle entries not in the payload. Use 'delete_matching_on_rules' to delete entries that match certain rules but are not in this payload.
catalog_type_idstringObligatorioID of the catalog type to bulk update entries for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Catalog Entry V2INCIDENT_IO_UPDATE_CATALOG_ENTRIES_V2AcciónTool to update an existing catalog entry in incident.io. Use when you need to modify catalog entry properties such as name, attributes, aliases, or ranking.
INCIDENT_IO_UPDATE_CATALOG_ENTRIES_V2AcciónTool to update an existing catalog entry in incident.io. Use when you need to modify catalog entry properties such as name, attributes, aliases, or ranking.
Parámetros de entrada
idstringObligatorioID of the catalog entry to update. This is the unique identifier for the entry.
namestringObligatorioName is the human readable name of this entry. This is a required field.
rankintegerWhen catalog type is ranked, this is used to help order things. Lower numbers appear first.
aliasesstring[]Optional aliases that can be used to reference this entry. These provide alternative identifiers for the entry.
external_idstringAn optional alternative ID for this entry, which is ensured to be unique for the type. Useful for integration with external systems.
attribute_valuesobjectObligatorioValues of this entry. A dictionary where keys are attribute IDs and values are the attribute bindings. This is a required field.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Catalog Entry V3INCIDENT_IO_UPDATE_CATALOG_ENTRIES_V3AcciónTool to update an existing catalog entry in incident.io using the v3 API. Use when you need to modify catalog entry properties such as name, attributes, aliases, or ranking. Note: All attribute values must be provided - any not specified will be cleared.
INCIDENT_IO_UPDATE_CATALOG_ENTRIES_V3AcciónTool to update an existing catalog entry in incident.io using the v3 API. Use when you need to modify catalog entry properties such as name, attributes, aliases, or ranking. Note: All attribute values must be provided - any not specified will be cleared.
Parámetros de entrada
idstringObligatorioID of the catalog entry to update. This is the unique identifier for the entry.
namestringObligatorioName is the human readable name of this entry. This is a required field.
rankintegerWhen catalog type is ranked, this is used to help order things. Lower numbers appear first.
aliasesstring[]Optional aliases that can be used to reference this entry. These provide alternative identifiers for the entry.
external_idstringAn optional alternative ID for this entry, which is ensured to be unique for the type. Useful for integration with external systems.
attribute_valuesobjectObligatorioValues of this entry. A dictionary where keys are attribute IDs and values are the attribute bindings. All attribute values must be provided - any not specified will be cleared.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Catalog Type V2INCIDENT_IO_UPDATE_CATALOG_TYPES_V2AcciónTool to update a catalog type in incident.io. Use when you need to modify the configuration of an existing catalog type such as its name, description, display settings (color and icon), categories, or ranking behavior.
INCIDENT_IO_UPDATE_CATALOG_TYPES_V2AcciónTool to update a catalog type in incident.io. Use when you need to modify the configuration of an existing catalog type such as its name, description, display settings (color and icon), categories, or ranking behavior.
Parámetros de entrada
idstringObligatorioID of the catalog type to update
iconstringenumIcon options for catalog type display.
alertboltboxbriefcasebrowserbulbcalendarclockcogcomponentsdatabasedoc+15namestringObligatorioHuman readable name of this catalog type
colorstringenumColor options for catalog type display.
yellowgreenbluevioletpinkcyanorangerankedbooleanWhether this catalog type should be ranked
categoriesstring[]What categories this catalog type is considered part of
annotationsobjectAnnotations that can track metadata about this type
descriptionstringObligatorioHuman readable description of this catalog type
source_repo_urlstringThe URL of the external repository where this type is managed
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Catalog Type V3INCIDENT_IO_UPDATE_CATALOG_TYPES_V3AcciónTool to update a catalog type in incident.io V3 API. Use when you need to modify the configuration of an existing catalog type such as its name, description, annotations, or other properties.
INCIDENT_IO_UPDATE_CATALOG_TYPES_V3AcciónTool to update a catalog type in incident.io V3 API. Use when you need to modify the configuration of an existing catalog type such as its name, description, annotations, or other properties.
Parámetros de entrada
idstringObligatorioID of the catalog type to update
namestringObligatorioName of the catalog type
rankedbooleanWhether entries can be ranked
categoriesstring[]Categories for organization
annotationsobjectKey-value annotations
descriptionstringObligatorioDescription of the catalog type
source_repo_urlstringURL of the source repository
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Custom Field Option V1INCIDENT_IO_UPDATE_CUSTOM_FIELD_OPTION_V1AcciónTool to update a custom field option in incident.io. Use when you need to modify the value, sort order, or parent custom field of an existing option.
INCIDENT_IO_UPDATE_CUSTOM_FIELD_OPTION_V1AcciónTool to update a custom field option in incident.io. Use when you need to modify the value, sort order, or parent custom field of an existing option.
Parámetros de entrada
idstringObligatorioUnique identifier for the custom field option to update
valuestringObligatorioHuman readable name for the custom field option
sort_keyintegerSort key used to order the custom field options correctly. Lower values appear first. Defaults to 1000 if not specified.
custom_field_idstringObligatorioID of the custom field this option belongs to
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Custom Fields V1INCIDENT_IO_UPDATE_CUSTOM_FIELDS_V1AcciónTool to update an existing custom field configuration in incident.io. Use when you need to modify custom field properties such as name, description, visibility settings, or requirement rules.
INCIDENT_IO_UPDATE_CUSTOM_FIELDS_V1AcciónTool to update an existing custom field configuration in incident.io. Use when you need to modify custom field properties such as name, description, visibility settings, or requirement rules.
Parámetros de entrada
idstringObligatorioUnique identifier for the custom field to update. This is a required path parameter.
namestringObligatorioHuman readable name for the custom field. Maximum 50 characters.
requiredstringenumWhen this custom field must be set during the incident lifecycle (deprecated).
neverbefore_closurealwaysdescriptionstringObligatorioDescription of the custom field explaining its purpose.
required_v2stringenumWhen this custom field must be set during the incident lifecycle.
neverbefore_resolutionalwaysshow_before_updatebooleanObligatorioWhether a custom field should be shown in the incident update modal.
show_before_closurebooleanObligatorioWhether a custom field should be shown in the incident resolve modal. If this custom field is required before resolution, but no value has been set for it, the field will be shown in the resolve modal whatever the value of this setting.
show_before_creationbooleanObligatorioWhether a custom field should be shown in the incident creation modal. This must be true if the field is always required.
show_in_announcement_postbooleanWhether a custom field should be shown in the list of fields as part of the announcement post when set.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Custom Field V2INCIDENT_IO_UPDATE_CUSTOM_FIELDS_V2AcciónTool to update an existing custom field in incident.io using the V2 API. Use when you need to modify the name or description of a custom field.
INCIDENT_IO_UPDATE_CUSTOM_FIELDS_V2AcciónTool to update an existing custom field in incident.io using the V2 API. Use when you need to modify the name or description of a custom field.
Parámetros de entrada
idstringObligatorioUnique identifier for the custom field to update. This is a required path parameter.
namestringObligatorioHuman readable name for the custom field. Maximum 50 characters.
descriptionstringObligatorioDescription of the custom field explaining its purpose.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Escalation Path V2INCIDENT_IO_UPDATE_ESCALATION_PATHS_V2AcciónTool to update an escalation path in incident.io. Use when you need to modify the configuration of an existing escalation path, including its name, escalation levels, targets, conditions, or working hours.
INCIDENT_IO_UPDATE_ESCALATION_PATHS_V2AcciónTool to update an escalation path in incident.io. Use when you need to modify the configuration of an existing escalation path, including its name, escalation levels, targets, conditions, or working hours.
Parámetros de entrada
idstringObligatorioUnique identifier for the escalation path to update
namestringObligatorioThe name of this escalation path, for the user's reference
pathobject[]ObligatorioThe nodes that form the levels and branches of this escalation path
team_idsstring[]List of team IDs that this escalation path is associated with
working_hoursobject[]The working hours for this escalation path
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Incident RoleINCIDENT_IO_UPDATE_INCIDENT_ROLEAcciónTool to update an existing incident role in incident.io. Use when you need to modify the name, description, instructions, or shortform of an incident role.
INCIDENT_IO_UPDATE_INCIDENT_ROLEAcciónTool to update an existing incident role in incident.io. Use when you need to modify the name, description, instructions, or shortform of an incident role.
Parámetros de entrada
idstringObligatorioUnique identifier for the incident role to update
namestringObligatorioHuman readable name of the incident role
shortformstringObligatorioShort human readable name for Slack. Note that this will be empty for the 'reporter' role.
descriptionstringObligatorioDescribes the purpose of the role
instructionsstringObligatorioInstructions provided to whoever is nominated for the role. Note that this will be empty for the 'reporter' role.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Incident Role V2INCIDENT_IO_UPDATE_INCIDENT_ROLES_V2AcciónTool to update an existing incident role in incident.io using the V2 API. Use when you need to modify the name, description, instructions, or shortform of an incident role.
INCIDENT_IO_UPDATE_INCIDENT_ROLES_V2AcciónTool to update an existing incident role in incident.io using the V2 API. Use when you need to modify the name, description, instructions, or shortform of an incident role.
Parámetros de entrada
idstringObligatorioUnique identifier for the role to update
namestringObligatorioHuman readable name of the incident role
shortformstringObligatorioShort human readable name for Slack. Note that this will be empty for the 'reporter' role.
descriptionstringObligatorioDescribes the purpose of the role
instructionsstringObligatorioProvided to whoever is nominated for the role. Note that this will be empty for the 'reporter' role.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Incident StatusINCIDENT_IO_UPDATE_INCIDENT_STATUSAcciónTool to update an existing incident status in incident.io. Use when you need to modify the name or description of an incident status. Note that only live and learning statuses can be fully configured.
INCIDENT_IO_UPDATE_INCIDENT_STATUSAcciónTool to update an existing incident status in incident.io. Use when you need to modify the name or description of an incident status. Note that only live and learning statuses can be fully configured.
Parámetros de entrada
idstringObligatorioUnique ID of the incident status to update
namestringObligatorioUnique name of this status
descriptionstringObligatorioRich text description of the incident status
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Schedule V2INCIDENT_IO_UPDATE_SCHEDULES_V2AcciónTool to update an existing schedule in incident.io. Use when you need to modify schedule properties such as name, timezone, rotations, layers, or holiday configurations.
INCIDENT_IO_UPDATE_SCHEDULES_V2AcciónTool to update an existing schedule in incident.io. Use when you need to modify schedule properties such as name, timezone, rotations, layers, or holiday configurations.
Parámetros de entrada
idstringObligatorioUnique identifier for the schedule to update
scheduleobjectObligatorioSchedule properties to update
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Catalog Type Schema V2INCIDENT_IO_UPDATE_SCHEMA_CATALOG_TYPES_V2AcciónTool to update the schema of a catalog type in incident.io. Use when you need to add, modify, or remove attributes from a catalog type's schema. The version parameter must match the current schema version.
INCIDENT_IO_UPDATE_SCHEMA_CATALOG_TYPES_V2AcciónTool to update the schema of a catalog type in incident.io. Use when you need to add, modify, or remove attributes from a catalog type's schema. The version parameter must match the current schema version.
Parámetros de entrada
idstringObligatorioID of the catalog type to update schema for
versionintegerObligatorioVersion number of the schema. Must match the current version to prevent conflicts.
attributesobject[]ObligatorioList of attributes that define the schema. This replaces the entire schema, so include all attributes you want to keep.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Catalog Type Schema V3INCIDENT_IO_UPDATE_SCHEMA_CATALOG_TYPES_V3AcciónTool to update the schema of a catalog type in incident.io V3 API. Use when you need to add, modify, or remove attributes from a catalog type's schema. The version parameter must match the current schema version.
INCIDENT_IO_UPDATE_SCHEMA_CATALOG_TYPES_V3AcciónTool to update the schema of a catalog type in incident.io V3 API. Use when you need to add, modify, or remove attributes from a catalog type's schema. The version parameter must match the current schema version.
Parámetros de entrada
idstringObligatorioID of the catalog type to update schema for
versionintegerObligatorioVersion number of the schema. Must match the current version to prevent conflicts.
attributesobject[]ObligatorioList of attributes that define the schema. This replaces the entire schema, so include all attributes you want to keep.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update SeverityINCIDENT_IO_UPDATE_SEVERITIES_V1AcciónTool to update a severity in incident.io. Use when you need to modify the name, description, or rank of an existing severity level.
INCIDENT_IO_UPDATE_SEVERITIES_V1AcciónTool to update a severity in incident.io. Use when you need to modify the name, description, or rank of an existing severity level.
Parámetros de entrada
idstringObligatorioUnique identifier of the severity to update.
namestringObligatorioHuman readable name of the severity.
rankintegerRank to help sort severities (lower numbers are less severe).
descriptionstringObligatorioDescription of the severity. Supports Markdown formatting.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Workflow V2INCIDENT_IO_UPDATE_WORKFLOWS_V2AcciónTool to update an existing workflow in incident.io using the V2 API. Use when you need to modify workflow configuration including name, conditions, steps, expressions, and execution settings.
INCIDENT_IO_UPDATE_WORKFLOWS_V2AcciónTool to update an existing workflow in incident.io using the V2 API. Use when you need to modify workflow configuration including name, conditions, steps, expressions, and execution settings.
Parámetros de entrada
idstringObligatorioUnique identifier of the workflow to update. This is a required path parameter.
namestringObligatorioThe human-readable name of the workflow.
delayobjectDelay configuration for workflow execution.
statestringenumEnum for workflow state.
activedisableddrafterrorstepsobject[]ObligatorioList of steps to execute as part of the workflow.
folderstringFolder to display the workflow in.
once_forstring[]ObligatorioOnce For strategy to apply to this workflow. List of references that determine uniqueness.
shortformstringShortform used to trigger manual workflows in Slack - e.g. `/inc workflows page-ceo`.
annotationsobjectAnnotations that track metadata about this resource.
expressionsobject[]ObligatorioThe expressions used in the workflow.
condition_groupsobject[]ObligatorioList of conditions to apply to the workflow.
runs_on_incidentsstringObligatorioenumWhich incidents should the workflow be applied to? (newly_created or newly_created_and_active).
newly_creatednewly_created_and_activecontinue_on_step_errorbooleanObligatorioWhether to continue executing the workflow if a step fails.
runs_on_incident_modesstring[]ObligatorioWhich modes of incident this should run on (defaults to just standard incidents).
include_private_incidentsbooleanObligatorioWhether to include private incidents.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not