GET
/admin.teams.settings.infoGet workspace settings information
Retrieves settings information for a specified workspace. Provide team_id to identify the workspace whose settings you want to inspect. Authenticate with a token that has the admin.teams:read scope.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
team_idstringrequired
The identifier of the workspace whose settings information to retrieve.
tokenstringrequired
Authentication token with the `admin.teams:read` scope.
200Returns a successful response containing the workspace settings information with `ok` set to true.
okbooleanrequired
defaultReturns the standard failure response with `ok` set to false.
okbooleanrequired
Error handling
team_id must identify the workspace whose settings you want to retrieve. token must carry the admin.teams:read scope.