action clearblade_get_all_external_db { label: "DATABASES - Retrieves all external database connections" description: "Returns all the names and database types of the external database connections for that system. This is a developer only endpoint." provider: clearblade method: GET path: "/api/v/4/external-db/{systemKey}" encoding: json input: { type: "object" properties: { "ClearBlade-DevToken": { type: "string" } systemKey: { type: "string" } } required: ["ClearBlade-DevToken", "systemKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }