Get the event log streaming configuration for a project and delivery method.
Get event log streaming configuration
Path parameters
The project_id the event log streaming configuration belongs to.
The type of destination event log streaming is configured to send to. This is either DATADOG or GRAFANA_LOKI.
Response fields
Globally unique UUID that is returned with every API call. This value is important to log for debugging purposes; we may ask for this value to help identify a specific API call when helping you debug an issue.
The HTTP status code of the response. Stytch follows standard HTTP response status code patterns, e.g. 2XX values equate to success, 3XX values are redirects, 4XX are client errors, and 5XX are server errors.
The configuration for event log streaming for the project, with sensitive fields masked.
The configuration for a destination. Only one of datadog or grafana_loki is returned, depending on the destination type.
The configuration for the Datadog destination, with the API key masked.
The last 4 characters of the Datadog API key
The site for the Datadog destination. One of US, US3, US5, EU, or AP1
The configuration for the Grafana Loki destination, with the password masked.
The hostname of the Grafana Loki destination. For example, prod-01.grafana.net
The username of the Grafana Loki destination using basic auth.
The last 4 characters of the Grafana Loki password
The type of destination event log streaming is configured to send to. This is either DATADOG or GRAFANA_LOKI.
The ID of the project for which the event log streaming configuration is retrieved
The status of event log streaming for the project. This is either ACTIVE or DISABLED.