Skip to main content
Version: 0.12.0

Scout API

Query the observability data base14 Scout collects for your organization: distributed traces, logs, metrics, service topology, APM rollups and real user monitoring.

Every request needs a bearer token from the base14 identity service and a base URL specific to your organization. Both are covered in the quickstart.

Requests are scoped to a single organization, derived from the access token — there is no tenant header or path parameter to set. All timestamps are RFC3339.

Authentication

An access token from the base14 identity service, obtained with the OAuth 2.0 client credentials grant. Send it as Authorization: Bearer <token>. Tokens are short-lived; re-request rather than caching indefinitely.

Security Scheme Type:

http

HTTP Authorization Scheme:

bearer

Bearer format:

JWT

Was this page helpful?