Get Sentry issues linked to a session
Returns up to 25 Sentry issues correlated with this session via the session's time range and associated project. Returns `{ configured: false, issues: [] }` when the org has no Sentry connection rather than erroring. The session must belong to the authenticated org.
Rensei API key presented as Authorization: Bearer rsk_live_. Required API-key scopes are recorded per operation in x-rensei-required-scopes.
In: header
Path Parameters
Session ID (raw trackerSessionId or 16-char public hash).
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/api/public/sessions/string/sentry-errors"{
"configured": true,
"issues": [
{}
]
}{
"error": "Session not found"
}{
"error": "Session not found"
}Send a prompt to a running session
Re-queues the session with the supplied prompt text so the running (or paused) agent picks it up on its next poll cycle. Also resets terminal-state sessions to `pending` before re-dispatching.
Stop a running session
Sends a stop signal to the session: flips Redis status to `stopped`, releases queue/claim/lock, and emits a "Stop signal received" activity to the tracker.