# getContentCutoverMode

Source: /openapi/thomas-federated.openapi.json

## Operation

| Method | URL |
|---|---|
| GET | https://api.thomas.co/v1/content/cutover-mode/behaviour-trait-topic |

| Field | Value |
|---|---|
| operationId | getContentCutoverMode |
| method | GET |
| server | https://api.thomas.co/v1 |
| path | /content/cutover-mode/behaviour-trait-topic |
| tags | `Behaviour` |
| summary | Server-driven cutover read mode for the Behaviour trait/topic surface |
| badges | None |

## Request Parameters

None.

## Request Body

None.

## Responses

| Status | Description | Schema refs |
|---|---|---|
| 200 | The resolved cutover read mode | #/components/schemas/ContentCutoverModeResponseDto |
| 401 | Invalid or missing authentication token (AUTH_TOKEN_INVALID) | #/components/schemas/ApiErrorResponseDto |

## Artifact Examples

### Response 401 example

```json
{
  "statusCode": 401,
  "message": "Invalid or missing authentication token",
  "error": "AUTH_TOKEN_INVALID"
}
```
