---
title: "Get the latest source connector connection check"
method: GET
path: "/api/v1/sources/{source_id}/connection-check"
tags: ["sources"]
---

# Get the latest source connector connection check

`GET /api/v1/sources/{source_id}/connection-check`

Retrieves the most recent connection check for the specified source connector.

## Path parameters

- `source_id` union, required
  - string, uuid
  - string

## Headers

- `unstructured-api-key` string, nullable

## Response `200`

Successful Response

- DagNodeConnectionCheck
  - `id` string, uuid, required
  - `status` 'SCHEDULED' | 'SUCCESS' | 'FAILURE', required
  - `reason` string, nullable
  - `created_at` string, date-time, required
  - `reported_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/unstructuredapp/apis/platform-api.md) · [All operations](https://skmtc.net/unstructuredapp/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstructuredapp/platform-api/versions/41676641a27c/schema)
