Skip to main content
POST
Verify Data Connection

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Project-ID
string | null

Path Parameters

resource_uri
string
required

Data connection resource URI (e.g., 'data:acme-corp:ml-project:my-s3-bucket')

Response

Verification result

Response for data connection verification.

success
boolean
required
message
string
required
latency_ms
number | null
details
Details · object | null

Provider-specific details (e.g., bucket_exists, permissions)