---
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

---

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