---
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 first scan of an org connection's inventory (the retry affordance on a failed connection). Requires manage rights on the organization. Uses the opt-in-independent first-scan path the connect and grant-change paths use, so an auto-provisioned inventory that never opted into automatic scanning can still be re-scanned. The deterministic workflow id dedupes: retrying twice never stacks two scans — a second retry while one is running returns 409 (rescan_in_flight). Returns 404 when the connection has no provisioned inventory to re-scan.

## Path parameters

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

## Headers

- `Authorization` string

## Response `200`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
  - `data` object, required
    - `id` string, uuid, required
    - `type` 'skill-inventory', 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

---

[API](https://skmtc.net/tessl/apis/tessl-api.md) · [All operations](https://skmtc.net/tessl/apis/tessl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tessl/tessl-api/revisions/94ea3c4ec562/schema)
