---
title: "Check ad submission status"
method: GET
path: "/api/ads/status/{submission_id}"
tags: ["Advertising"]
---

# Check ad submission status

`GET /api/ads/status/{submission_id}`

Returns the current status of a submitted ad. Rate limit: 2 requests/min/IP.

## Path parameters

- `submission_id` string, required

## Response `200`

Ad status

- object
  - `submission_id` string
  - `status` 'pending_review' | 'approved' | 'rejected' | 'active' | 'expired' — Current status of the ad
  - `banner_size` string
  - `target_url` string
  - `submitted_at` string, date-time
  - `reviewed_at` string, date-time, nullable
  - `expires_at` string, date-time, nullable

## Other responses

- `404` — Submission not found

---

[API](https://skmtc.net/blocklottos/apis/block-lottos-api.md) · [All operations](https://skmtc.net/blocklottos/apis/block-lottos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blocklottos/block-lottos-api/versions/43ed97cec4a5/schema)
