---
title: "List Linear teams for store ingestion"
method: GET
path: "/v1/integrations/linear/teams"
tags: ["integrations"]
---

# List Linear teams for store ingestion

`GET /v1/integrations/linear/teams`

List Linear teams and whether each team is selected for store ingestion.

## Query parameters

- `installation_id` string, uuid, required — Linear installation ID

## Response `200`

Linear team selection for a workspace

- LinearTeamSelectionResponse — Linear team selection response.
  - `data` LinearTeamSelection, required — Linear team selection for a store connector.
    - `is_installed` boolean, required — Whether Linear is installed for the organization
    - `installation_id` string, nullable — Linear installation ID
    - `workspace_id` string, nullable — Linear workspace ID
    - `workspace_name` string, nullable — Linear workspace name
    - `store_id` string, nullable — Mixedbread store ID
    - `store_name` string, nullable — Mixedbread store name
    - `teams` LinearTeam[], required — Available Linear teams
      - `id` string, required — Linear team ID
      - `key` string, nullable — Linear team key
      - `name` string, required — Linear team name
      - `is_selected` boolean — Whether this team is selected for store ingestion
      - `sync_status` 'syncing' | 'not_syncing' | 'error' — Current Linear ingestion status
      - `last_synced_at` string, date-time, nullable — Last successful Linear sync time
      - `sync_error` string, nullable — Last Linear sync error
      - `last_sync_status` 'queued' | 'in_progress' | 'completed' | 'skipped' | 'error', nullable — Most recent Linear backfill status
      - `last_sync_started_at` string, date-time, nullable — Most recent Linear backfill start time
      - `last_sync_completed_at` string, date-time, nullable — Most recent Linear backfill completion time
      - `last_sync_issue_count` integer, nullable — Issues fetched in the most recent Linear backfill
      - `last_sync_run_id` string, nullable — Most recent Linear backfill run ID
      - `syncs_in_progress` integer — Number of active Linear backfills for this team
      - `last_sync_failed_count` integer — Issues that failed during the most recent Linear backfill
    - `selected_team_ids` string[] — Every Linear team ID selected for ingestion

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mixedbread/apis/mxbai-omni.md) · [All operations](https://skmtc.net/mixedbread/apis/mxbai-omni/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixedbread/mxbai-omni/versions/2eece97b5ae5/schema)
