Get enriched session detail
Get enriched session detail - Rensei REST API operation reference.
Authorization
rsk_Bearer Rensei API key. Format: rsk_live_<random>. Generated in Settings or via POST /api/org/{orgId}/keys. Used by CLI (af), daemon, and programmatic integrations.
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.