List observability destinations
List the observability destinations configured for the authenticated entity's default workspace. Use the `workspace_id` query parameter to scope the result to a different workspace. Only destinations with stable release status are surfaced — destinations of other types are excluded. [Management key](/docs/guides/overview/auth/management-api-keys) required.
Authentication
AuthorizationBearer
API key as bearer token in Authorization header
Query parameters
offset
Number of records to skip for pagination
limit
Maximum number of records to return (max 100)
workspace_id
Optional workspace ID to filter by. Defaults to the authenticated entity's default workspace.
Response
List of observability destinations
data
List of observability destinations.
total_count
Total number of destinations matching the filters.
Errors
401
Unauthorized Error
500
Internal Server Error