get https://api.ragie.ai/connections/
Get a connection.
Responses
Get a connection.
xxxxxxxxxx
curl --request GET \
--url https://api.ragie.ai/connections/connection_id \
--header 'accept: application/json'
xxxxxxxxxx
18{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"created_at": "2025-04-03T04:57:59.054Z",
"updated_at": "2025-04-03T04:57:59.054Z",
"metadata": {
"additionalProp": "string"
},
"type": "string",
"name": "string",
"source": "string",
"enabled": true,
"disabled_by_system_reason": "connection_over_total_page_limit",
"last_synced_at": "2025-04-03T04:57:59.054Z",
"syncing": true,
"partition": "string",
"page_limit": 0,
"disabled_by_system": true
}