Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.incident.io/llms.txt

Use this file to discover all available pages before exploring further.

Create, list and delete incident attachments. Incident Attachments allows you to connect resources from external systems into incidents. Examples include: PagerDuty incidents and GitHub pull requests.

The incident attachment object

id
string
required

Unique identifier of this incident membership

Example:

"01FCNDV6P870EA6S7TK1DSYD5H"

incident_id
string
required

Unique identifier of the incident

Example:

"01FCNDV6P870EA6S7TK1DSYD5H"

resource
object
required
Example:
{
"external_id": "123",
"permalink": "https://my.pagerduty.com/incidents/ABC",
"resource_type": "pager_duty_incident",
"title": "The database has gone down"
}