Retrieve a connection
This method retrieves details about the specified connection.
Authentication
x-api-keystring
Your API key.
<Note title="Note">
You can find your API key on the <a href="https://playground.twelvelabs.io/dashboard/api-keys" target="_blank">API Keys</a> page.
</Note>
Path parameters
connection_id
The unique identifier of the connection to retrieve.
Response
The connection has been successfully retrieved.
_id
The unique identifier of the connection.
provider
The data connector provider.
status
The status of the connection. See The connection object for the possible values.
custom_id
The label you supplied when creating the connection. The platform does not interpret this value, and it does not need to be unique. Multiple connections can share the same custom_id value.
account
Information about the connected provider account.
scopes
The scopes granted to the connection.
connected_at
The date and time, in the RFC 3339 format (“YYYY-MM-DDTHH:mm:ssZ”), when the connection was established.
last_used_at
The date and time, in the RFC 3339 format (“YYYY-MM-DDTHH:mm:ssZ”), when the connection was last used.
Errors
400
Bad Request Error
404
Not Found Error