Get Schema
GET
/api/v1/connections/{connection_id}/schema
Get the latest schema snapshot for a connection.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” connection_id
required
Connection Id
string format: uuid
Responses
Section titled “ Responses ”Successful Response
SchemaDataResponse
Response for GET /connections/{id}/schema.
object
success
required
Success
Whether the request succeeded.
boolean
error
Any of:
ErrorDetail
null
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context