---
title: "Get Automation Settings"
method: GET
path: "/api/v1/automation/settings"
tags: ["Automation"]
---

# Get Automation Settings

`GET /api/v1/automation/settings`

Get automation settings for the authenticated user.

## Response `200`

Successful Response

- AutomationSettings
  - `is_enabled` boolean
  - `session_duration` integer
  - `user_id` integer, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

---

[API](https://skmtc.dev/morpheusais/apis/morpheus-api-gateway.md) · [All operations](https://skmtc.dev/morpheusais/apis/morpheus-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/morpheusais/morpheus-api-gateway/revisions/061297d1593b/schema)
