---
title: "Get all Operations Workspace IDs or a specific Operations Workspace by ID"
method: GET
path: "/rest/operations/1.0/linkedWorkspaces"
tags: ["Operations"]
---

# Get all Operations Workspace IDs or a specific Operations Workspace by ID

`GET /rest/operations/1.0/linkedWorkspaces`

Retrieve the either all Operations Workspace IDs associated with the Jira site or a specific Operations Workspace ID for the given ID.

The result will be what is currently stored, ignoring any pending updates or deletes.

e.g. GET /workspace?workspaceId=111-222-333

Only Connect apps that define the `jiraOperationsInfoProvider` module can access this resource.
This resource requires the 'READ' scope for Connect apps.

## Response `200`

Either the ID provided if stored or a list of available IDs.

- object — The payload of Operations Workspace Ids.
  - `workspaceIds` string[], required — The IDs of Operations Workspaces that are available to this Jira site.

## Other responses

- `401` — Missing a JWT token, or token is invalid.
- `403` — The JWT token used does not correspond to an app that defines the Operations Information module, or the app does not define the 'READ' scope.
- `404` — No data found for the given Workspace ID.
- `429` — API rate limit has been exceeded.
- `503` — Service is unavailable due to maintenance or other reasons.
- `default` — An unknown error has occurred.

---

[API](https://skmtc.net/atlassian/apis/jira-software-cloud-api.md) · [All operations](https://skmtc.net/atlassian/apis/jira-software-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/jira-software-cloud-api/versions/4e108d54b990/schema)
