Get enriched session detail
Get enriched session detail - Rensei REST API operation reference.
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
16-char public session hash (SHA-256 prefix of trackerSessionId).
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/api/public/sessions/string"{}{
"error": "Session not found"
}{
"error": "Session not found"
}List enriched sessions for the authenticated org
Returns enriched session list with health summaries. Accepts an optional project scope via `?projectId=` or `?project=<slug>`. Falls back to parsing the `Referer` header for dashboard calls.
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.