Log Streams
- Written for
- + Written for
- Deprecated
- + Deprecated
- Applies to
- + Applies to
Log Streams
Backend API — secret key (Authorization: Bearer sk_…).
6 routes. Each row is one endpoint with its explanation, required scope, and whether it honours the Idempotency-Key header.
Method & path | Scope | Idem | Explanation |
|---|---|---|---|
|
| List log streams (event forwarding to Datadog, Splunk or a generic HTTP sink). Secret values are never returned, only has_* markers. | |
|
| ✓ | Create a log stream. destination secrets (api_key / token / auth headers) are write-only; the cursor starts at the current event so only new events forward. |
|
| Read one log stream, including its forwarding status, cursor and last error. Reports secret markers only, never their values. | |
|
| Update a log stream's name, destination, event_filter, enabled flag, or status (active/paused). A secret left out of destination is preserved. | |
|
| Delete a log stream. Forwarding stops immediately; no further events are sent to the sink. | |
|
| Send one synthetic event to the sink with the stream's real credentials and return the sink's status. Touches no real event and never moves the cursor. |