Documentation Index
Fetch the complete documentation index at: https://docs.unstructured.io/llms.txt
Use this file to discover all available pages before exploring further.
Path parameters
The unique identifier of the source connector.
Response
Unique identifier for the connection check.
Connection check status. One of: SCHEDULED, SUCCESS, FAILURE.
Failure reason, if applicable.
ISO 8601 timestamp when the check was initiated.
ISO 8601 timestamp when the check result was reported.
curl --request POST \
--url "${UNSTRUCTURED_API_URL}/api/v1/sources/a1b2c3d4-5e6f-7a8b-9c0d-1e2f3a4b5c6d/connection-check" \
--header "unstructured-api-key: ${UNSTRUCTURED_API_KEY}"
{
"id": "c2b3a4d5-6e7f-8a9b-0c1d-2e3f4a5b6c7d",
"status": "SCHEDULED",
"reason": null,
"created_at": "2026-01-01T00:00:00Z",
"reported_at": null
}