Claude Platform Docs

Local

List local sessions
GET/v1/compliance/apps/sessions/local
Retrieve a local session
GET/v1/compliance/apps/sessions/local/{local_session_id}
Models
LocalListResponse object{ id, created_at, organization_uuid, 5 more }

A Cowork or Claude Code session that a user ran on their own computer while signed in with their organization account.

LocalRetrieveResponse object{ id, created_at, organization_uuid, 5 more }

A Cowork or Claude Code session that a user ran on their own computer while signed in with their organization account.

Retrieve local session messages
GET/v1/compliance/apps/sessions/local/{local_session_id}/messages