Skip to main content
GET
Python

Authorizations

Authorization
string
header
required

Admin API key for organization-level operations (managing projects, API keys). Create one in Settings > API Keys or via POST /api/api-keys. Format: sk-lw-{id}_{secret}.

Response

200 - application/json

Success

id
string
required
name
string
required
slug
string
required
supportContact
string | null
required
presenceEnabled
boolean
required
traceSharingEnabled
boolean
required
primaryIntent
enum<string> | null
required
Available options:
AGENT_GOVERNANCE,
LLM_OPS,
null
s3Endpoint
string | null
required
s3AccessKeyId
string | null
required
s3Bucket
string | null
required
createdAt
string
required
updatedAt
string
required