---
title: "Check Search Console Status"
method: GET
path: "/blogs/search-console/status"
tags: ["Search Console"]
---

# Check Search Console Status

`GET /blogs/search-console/status`

Check whether Google Search Console is connected to your blog.

## Response `200`

Connection status retrieved successfully

- SearchConsoleStatusResponse
  - `connected` boolean — Whether Search Console is currently connected
  - `search_console_url` string, nullable — Connected Search Console property URL. Returns `null` when not connected.

## Other responses

- `401` — Authentication failed
- `403` — Insufficient permissions
- `500` — 서버 내부 오류

---

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