---
title: "Get source resolution status"
method: GET
path: "/v2/source-resolutions-v3/{id}"
tags: ["publishing"]
---

# Get source resolution status

`GET /v2/source-resolutions-v3/{id}`

Fetches the status of a source resolution by its ID. This endpoint allows users to check whether the source has been resolved or is still in the queue. Source resolution lookup has a user-level rate limit of **60 requests / minute**.

## Path parameters

- `id` string, required

## Response `200`

Default Response

- union
  - object
    - `id` string, required
    - `status` 'completed', required
    - `title` string, required
    - `content` string, required
    - `referenceUrl` string
  - object
    - `id` string, required
    - `status` 'queued', required
  - object
    - `id` string, required
    - `status` 'processing', required
  - object
    - `id` string, required
    - `status` 'failed', required
    - `message` string, required

## Other responses

- `403` — Forbidden
- `404` — Not found
- `500` — Default Response

## Changes

> 9 revisions in range; 1 not diffed.

- **2026-08-21** `39e94457ccb2` — 6 info
  - added the optional property `action` to the response with the `403` status
  - added the optional property `action` to the response with the `404` status
  - added the optional property `action` to the response with the `500` status
  - added the optional property `details` to the response with the `403` status
  - …2 more
- **2026-08-11** `51232970f10e` — 1 info
  - added the non-success response with the status `403`

[Change history](https://skmtc.dev/blotato/apis/blotato-api/changes/v2/source-resolutions-v3/:id/get.md)

---

[API](https://skmtc.dev/blotato/apis/blotato-api.md) · [All operations](https://skmtc.dev/blotato/apis/blotato-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blotato/blotato-api/revisions/5a253bb3ff1b/schema)
