Show connector metadata.
Sign in to run requests against the CDE API.
Authorization
oAuth2AuthCode AuthorizationBearer <token>
In: header
Path Parameters
connectorUuid*string
Format
uuidResponse Body
application/json
application/json
application/json
curl -X GET "https://loading/metadata/connectors/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"message": "Successfully found connector metadata.",
"resource": "connector-metadata",
"data": {
"uuid": "019e6e75-0640-7db0-be76-4313f5b4f063",
"channel-owner": "Third Party",
"confidence": "Semi Confident",
"help-center": "http://help.center",
"internal-documentation": "http://docs.internal",
"notes": "some notes",
"last-reviewed-at": "2026-05-28T14:00:23+02:00",
"last-updated-by": "f959acc4-ba6c-439b-9ef5-173e09e0c7c2",
"created-at": "2026-05-28T14:00:23+02:00",
"updated-at": "2026-05-28T14:00:23+02:00",
"connector": {
"id": "019e6e75-062d-7a09-8a0e-a45e6442fa62",
"name": "Connector without metadata",
"type": "data-service"
}
}
}{
"message": "You have to be authorized to access this resource."
}{
"message": "Connector does not have metadata saved."
}How is this guide?