---
title: "POST /v1/orgs/{orgId}/integrations/{integrationId}/rescan"
method: POST
path: "/v1/orgs/{orgId}/integrations/{integrationId}/rescan"
tags: ["Orgs", "Integrations"]
---

# POST /v1/orgs/{orgId}/integrations/{integrationId}/rescan

`POST /v1/orgs/{orgId}/integrations/{integrationId}/rescan`

Retries the scan of an org's connected SCM account (the retry affordance on a failed connection). Requires manage rights on the organization. Retrying while a scan is already running returns 409 (rescan_in_flight).

## Path parameters

- `orgId` string, uuid, required
- `integrationId` string, uuid, required

## Query parameters

- `account` string

## Headers

- `Authorization` string

## Response `200`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
  - `data` object, required
    - `id` string, uuid, required
    - `type` 'scan', required
    - `attributes` object, required
      - `status` 'started', required
      - `workflowId` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error
- `503` — Service Unavailable

## Changes

- **2026-09-16** `f9d25d323f5c` — 1 info
  - added the new optional `query` request parameter `account`
- **2026-09-15** `d50a02b79ad3` — 2 info
  - added the optional property `error/code` to the response with the `403` status
  - added the optional property `error/url` to the response with the `403` status
- **2026-09-15** `050f3217cf2c` — 1 warning, 1 info
  - added the new `scan` enum value to the `data/type` response property for the response status `200`
  - removed the `skill-inventory` enum value from the `data/type` response property for the response status `200`
- **2026-08-15** `d2805094fa3d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tessl/apis/tessl-api/changes/v1/orgs/:orgId/integrations/:integrationId/rescan/post.md)

---

[API](https://skmtc.dev/tessl/apis/tessl-api.md) · [All operations](https://skmtc.dev/tessl/apis/tessl-api/llms.txt) · [OpenAPI document](https://skmtc.dev/tessl/apis/tessl-api/revisions/ee9b4e55fec4?raw)
