---
title: "GET /connectors/{connector_id}/explore/status"
method: GET
path: "/connectors/{connector_id}/explore/status"
tags: ["connectors"]
---

# GET /connectors/{connector_id}/explore/status

`GET /connectors/{connector_id}/explore/status`

## Path parameters

- `connector_id` string, uuid, required

## Response `200`

Exploration status retrieved successfully

- ExploreStatusResponse
  - `error` string, nullable
  - `started_at` string, date-time, nullable
  - `status` 'NotStarted' | 'Running' | 'Completed' | 'Failed', required

## Other responses

- `403` — Forbidden - user does not have access to connector
- `404` — Connector not found

---

[API](https://skmtc.dev/structifyai/apis/structify.md) · [All operations](https://skmtc.dev/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/structifyai/structify/revisions/1364930b6980/schema)
