For security reasons, passwords are never included in the API response.
Explore documentation
Lists databases monitored by a collector
Returns a list of databases currently being monitored by the specified collector.
GET
https://telemetry.betterstack.com/api/v1/collectors/{id}/databases
URL parameters
id
required
string
The unique identifier of the collector.
Headers
Authorization
required
string
Bearer $TOKEN
200
A list of databases for the collector.
Response body
401
Invalid or missing authentication token.
404
A collector with the specified ID was not found.
Example Request
cURL