---
title: "List interruptions for user attention. The results will be sorted by date from most recently to least recently created."
method: GET
path: "/interruptions"
tags: ["Interruptions"]
---

# List interruptions for user attention. The results will be sorted by date from most recently to least recently created.

`GET /interruptions`

## Query parameters

- `ids` string[]
- `pendingOnly` boolean
- `regarding` string
- `skip` integer
- `take` integer

## Response `200`

Holds a list of interruptions returned in response to ListInterruptionsRequest

- InterruptionResourceCollection
  - `Id` string — Gets or sets a unique identifier for this resource.
  - `Items` InterruptionResource[]
    - `CanTakeResponsibility` boolean — Gets or sets a value indicating whether the current user has permissions to take responsibility for this interruption.
    - `CorrelationId` string — Gets or sets the correlation ID of the activity in which the interruption was requested, if any.
    - `Created` string, date-time — Gets the time at which the interruption was created.
    - `Form` Form
      - `Elements` FormElement[] — Elements of the form.
        - `Control` Control
          - `Type` 'Checkbox' | 'TextArea' | 'Paragraph' | 'SubmitButtonGroup' | 'VariableValue'
        - `IsValueRequired` boolean — If true, the receiver of the form expects that a value will be provided for the element.
        - `Name` string — The name of the element. Must be unique within the form.
      - `Values` object — Values supplied for the form elements.
    - `HasResponsibility` boolean — Gets or sets a value indicating whether the current user has responsibility for this interruption.
    - `Id` string — Gets or sets a unique identifier for this resource.
    - `IsLinkedToOtherInterruption` boolean — If this interruption is linked to another it will be automatically completed when the other one is. Used to handle interruptions in child deployments.
    - `IsPending` boolean — True if the interruption is waiting for user action; otherwise, false.
    - `LastModifiedBy` string — Gets or sets the username of the user who last modified this resource.
    - `LastModifiedOn` string, date-time — Gets or sets the date/time that this resource was last modified.
    - `Links` object — Gets or sets a dictionary of links to other related resources. These links can be used to navigate the resources on the server.
    - `PullRequests` InterruptionPullRequestResource[] — Gets or sets a list of pull requests associated with this interruption. This will only be populated when Type is PullRequestCompletion.
      - `Id` string
      - `InterruptionId` string
      - `Number` integer
      - `RepositoryUrl` string
      - `Status` 'Unknown' | 'Open' | 'Merged' | 'Closed' | 'UnknownGitVendor'
      - `Title` string
      - `Url` string
    - `RelatedDocumentIds` string[] — Gets the ids of documents related to this interruption.
    - `ResponsibleTeamIds` string[] — Gets the ids of groups that can take responsibility for this interruption.
    - `ResponsibleUserId` string — Gets or sets the
    - `SpaceId` string
    - `TaskId` string — Gets or sets the id of the Server Task raising the interruption.
    - `Title` string — Gets or sets a title for this interruption.
    - `Type` 'ManualIntervention' | 'GuidedFailure' | 'PullRequestCompletion' | 'ArgoCDApplicationSync' | 'KubernetesResourceVerification' — Gets or sets the type of interruption
  - `ItemsPerPage` integer
  - `ItemType` string
  - `LastModifiedBy` string — Gets or sets the username of the user who last modified this resource.
  - `LastModifiedOn` string, date-time — Gets or sets the date/time that this resource was last modified.
  - `LastPageNumber` integer
  - `Links` object — Gets or sets a dictionary of links to other related resources. These links can be used to navigate the resources on the server.
  - `NumberOfPages` integer
  - `TotalResults` integer

## Other responses

- `400` — Bad request. Either the payload was not structurally valid or business rules did not permit the operation.
- `404` — Not found. One or more of the entities involved in the operation was not found.

---

[API](https://skmtc.net/octopus/apis/octopus-server-api.md) · [All operations](https://skmtc.net/octopus/apis/octopus-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/octopus/octopus-server-api/revisions/b296c3a60aa5/schema)
