Datasources
Get datasource status for an application
Returns the catalog identity and live sync state of a datasource connected to the given application. Sync fields are sourced from the linked service and degrade gracefully to sync_status "unknown" when the service is unreachable.
get/applications/{id}/datasources/{datasource_id}
Path parameters
idstring required
Application ID (UUID)
datasource_idstring required
Datasource connector ID (UUID)
Response
Datasource status
Changes
Changed in 1 of the 61 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○