Claude Platform Docs

To enable the Compliance API, see the setup guide.

Set up the Compliance API

로컬

로컬 세션 목록 조회
GET/v1/compliance/apps/sessions/local
로컬 세션 조회
GET/v1/compliance/apps/sessions/local/{local_session_id}
Models
LocalRetrieveResponse object{ id, created_at, organization_uuid, 5 more }

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

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

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

로컬메시지

로컬 세션 메시지 조회
GET/v1/compliance/apps/sessions/local/{local_session_id}/messages