---
title: "List incident attachments"
method: GET
path: "/api/v2/incidents/{incident_id}/attachments"
tags: ["Incidents"]
---

# List incident attachments

`GET /api/v2/incidents/{incident_id}/attachments`

List incident attachments.

## Path parameters

- `incident_id` string, required

## Query parameters

- `filter[attachment_type]` string
- `include` string

## Response `200`

OK

- AttachmentArray — A list of incident attachments.
  - `data` AttachmentData[], required — An array of attachment data objects.
    - `attributes` AttachmentDataAttributes, required — The attachment's attributes.
      - `attachment` AttachmentDataAttributesAttachment — The attachment object.
        - `documentUrl` string — The URL of the attachment.
        - `title` string — The title of the attachment.
      - `attachment_type` 'postmortem' | 'link' — The type of the attachment.
      - `modified` string, date-time — Timestamp when the attachment was last modified.
    - `id` string, required — The unique identifier of the attachment.
    - `relationships` AttachmentDataRelationships, required — The attachment's resource relationships.
      - `incident` RelationshipToIncident — Relationship to incident.
        - `data` RelationshipToIncidentData, required — Relationship to incident object.
          - `id` string, required — A unique identifier that represents the incident.
          - `type` 'incidents', required — Incident resource type.
      - `last_modified_by_user` RelationshipToUser — Relationship to user.
        - `data` RelationshipToUserData, required — Relationship to user object.
          - `id` string, required — A unique identifier that represents the user.
          - `type` 'users', required — Users resource type.
    - `type` 'incident_attachments', required — The incident attachment resource type.
  - `included` AttachmentIncluded[] — A list of related objects included in the response.
    - `attributes` IncidentUserAttributes — Attributes of user object returned by the API.
      - `email` string — Email of the user.
      - `handle` string — Handle of the user.
      - `icon` string — URL of the user's icon.
      - `name` string, nullable — Name of the user.
      - `uuid` string — UUID of the user.
    - `id` string — ID of the user.
    - `type` 'users' — Users resource type.

## Other responses

- `400` — Bad Request
- `429` — Too many requests

---

[API](https://skmtc.net/datadog/apis/api-v2.md) · [All operations](https://skmtc.net/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadog/api-v2/versions/da68bf029e4c/schema)
