Get meeting configuration for the current tenant
GET /api/v1/meetings/config
GET
/api/v1/meetings/config
Return the tenant’s meeting config from tenants.settings.
Falls back to :class:~src.meetings.schemas.MeetingConfig defaults
when no config has been stored. Defaults:
standup_hour=8,standup_minute=0retro_hour=17,retro_minute=0attendance_mode="autonomous"enabled=True
Args: user: Authenticated user context. db: Async DB session.
Returns:
Envelope {"data": MeetingConfig} matching the project’s
standard API response shape.
Authorizations
Responses
200
Successful Response
object
key
additional properties
any