---
title: "Get source status."
method: GET
path: "/connectors/sources/{connectorName}/status"
tags: ["data"]
---

# Get source status.

`GET /connectors/sources/{connectorName}/status`

Get source status for a given source type for the user.

## Path parameters

- `connectorName` string, required

## Response `200`

OK

- NexusSourceStatusResponse
  - `Error` unknown
  - `Status` 'live' | 'empty' | 'dead'
  - `Success` boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

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