API ReferenceC L I
Look up agent sessions by Linear issue identifier.
Look up agent sessions by Linear issue identifier. - Rensei REST API operation reference.
AuthorizationBearer <token>
Rensei API key presented as Authorization: Bearer rsk_live_. Required API-key scopes are recorded per operation in x-rensei-required-scopes.
In: header
Query Parameters
linearIssueIdentifier*string
e.g. REN-1234 (alphanumeric + dash, max 32 chars).
Response Body
application/json
curl -X GET "https://example.com/api/cli/session?linearIssueIdentifier=string"{
"matches": [
{
"sessionId": "string",
"agentSessionId": 0,
"projectId": "string",
"status": "string",
"startedAt": "string",
"completedAt": "string",
"costUsd": 0,
"durationMs": 0,
"workerId": "string",
"linearIssueIdentifier": "string"
}
]
}Empty
Empty
Empty
Per-session MCP tool surface (initialize, tools/list, tools/call) over JSON-RPC.
Per-session MCP tool surface (initialize, tools/list, tools/call) over JSON-RPC. - Rensei REST API operation reference.
Resolve the authenticated org context for a CLI key or user token.
Resolve the authenticated org context for a CLI key or user token. - Rensei REST API operation reference.