---
title: "Get a crawlability check"
method: GET
path: "/v1/audits/geo/crawlability-checks/{checkId}"
tags: ["Audits"]
---

# Get a crawlability check

`GET /v1/audits/geo/crawlability-checks/{checkId}`

## Path parameters

- `checkId` string, required — Crawlability check identifier.

## Response `200`

The crawlability check.

- PublicApiCrawlabilityCheck
  - `id` string, required
  - `workspaceId` string, required
  - `url` string, required
  - `domain` string, required
  - `status` 'pending' | 'completed' | 'failed', required
  - `createdDate` string, required
  - `completedDate` string
  - `robotsTxtAnalysis` object
  - `robotsTxtAnalysisResult` boolean
  - `serverBotAccess` object — Per-bot probe results. Keys are crawler names as they appear in robots.txt / User-Agent (e.g. `GPTBot`, `PerplexityBot`, `ClaudeBot`, `Google-Extended`, `OAI-SearchBot`, `ChatGPT-User`); values describe whether each bot was able to fetch the resource.

## Other responses

- `400` — Validation failed.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Crawlability check not found.

---

[API](https://skmtc.net/otterly/apis/otterly-public-api.md) · [All operations](https://skmtc.net/otterly/apis/otterly-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/otterly/otterly-public-api/versions/49f12c5f26c7/schema)
