Get User Setting
GET /settings
GET
/settings
👤 Authentification Utilisateur Requise
Ce point d’accès permet de récupérer l’ensemble de vos paramètres spécifiques.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Successful response (inferred from assertions)
object
data
required
object
id
required
The unique numeric identifier for this user’s settings record.
integer
Example
1 limit_live_session
required
The maximum number of live sessions a user can have in an ‘active’ or ‘pending’ state simultaneously. A value of -1 indicates no limit.
integer
Example
5 limit_translation
required
The maximum total number of concurrent translation streams allowed across all of the user’s active sessions. A value of -1 indicates no limit.
integer
Example
10 user_retention
required
Indicates if the user has permission to save and retain transcription results. If true, the user can set live_retention: true when creating a session. If false, any request to enable retention will be ignored or rejected.
boolean
Example
trueExample
{ "data": { "created_at": "2025-11-13T17:18:47.068025+01:00", "updated_at": null, "limit_live_session": -1, "limit_translation": -1, "user_retention": false, "id": 2 }}