---
title: "Get an Interruption by ID"
method: GET
path: "/{spaceId}/interruptions/{id}"
tags: ["Interruptions"]
---

# Get an Interruption by ID

`GET /{spaceId}/interruptions/{id}`

## Path parameters

- `spaceId` string, required
- `id` string, required

## Response `200`

The requested Interruption

- 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'

## 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)
