---
title: "Read Agent Working Hours By User"
method: GET
path: "/agent-working-hours"
tags: ["Agent Dashboard - Working Hours"]
---

# Read Agent Working Hours By User

`GET /agent-working-hours`

## Response `200`

Successful Response

- AgentWorkingHours[]
  - `id` string, uuid
  - `date_created` string, date-time
  - `date_updated` string, date-time
  - `agent_user_id` string, uuid, required — Foreign key to reference the user table.
  - `day` string, required — Day of the week (e.g., Monday, Tuesday, ...).
  - `start_time` string, time, required — Time the agent starts working.
  - `end_time` string, time, required — Time the agent stops working.

---

[API](https://skmtc.net/dante-ai/apis/dante-ai-api.md) · [All operations](https://skmtc.net/dante-ai/apis/dante-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dante-ai/dante-ai-api/versions/38b6c9a4246d/schema)
