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

# Lists 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
  - `Items` InterruptionResource[]
    - `CanTakeResponsibility` boolean
    - `CorrelationId` string
    - `Created` string, date-time
    - `Form` Form
      - `Elements` FormElement[]
        - `Control` Control
          - `Type` 'Checkbox' | 'TextArea' | 'Paragraph' | 'SubmitButtonGroup' | 'VariableValue'
        - `IsValueRequired` boolean
        - `Name` string
      - `Values` object
    - `HasResponsibility` boolean
    - `Id` string
    - `IsLinkedToOtherInterruption` boolean
    - `IsPending` boolean
    - `LastModifiedBy` string
    - `LastModifiedOn` string, date-time
    - `Links` object
    - `PullRequests` InterruptionPullRequestResource[]
      - `Id` string
      - `InterruptionId` string
      - `Number` integer
      - `RepositoryUrl` string
      - `Status` 'Unknown' | 'Open' | 'Merged' | 'Closed' | 'UnknownGitVendor'
      - `Title` string
      - `Url` string
    - `RelatedDocumentIds` string[]
    - `ResponsibleTeamIds` string[]
    - `ResponsibleUserId` string
    - `SpaceId` string
    - `TaskId` string
    - `Title` string
    - `Type` 'ManualIntervention' | 'GuidedFailure' | 'PullRequestCompletion' | 'ArgoCDApplicationSync' | 'KubernetesResourceVerification'
  - `ItemsPerPage` integer
  - `ItemType` string
  - `LastModifiedBy` string
  - `LastModifiedOn` string, date-time
  - `LastPageNumber` integer
  - `Links` object
  - `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/versions/bc9158facfc7/schema)
