---
title: "Get organization"
method: GET
path: "/v1/organization"
tags: ["Organization"]
---

# Get organization

`GET /v1/organization`

Returns the organization associated with the authenticated token, including its scheduling defaults. No organization ID is accepted because the caller's organization is determined from authentication.

## Response `200`

Success

- Organization
  - `id` string, required — Canonical organization ID (org_ followed by 32 lowercase hexadecimal UUID characters).
  - `name` string, required
  - `domain` string, required
  - `settings` OrganizationSettings, required
    - `work_hours` object[], required
      - `day` 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY', required
      - `start` string, required
      - `end` string, required
    - `interviewer_load_limits` object, required
      - `daily` object, required
        - `maximum` object, nullable, required
          - `limit` integer, required
          - `type` 'NUMBER_OF_INTERVIEWS' | 'NUMBER_OF_MINUTES', required
        - `minimum` object, required
          - `interviews` integer, required
          - `minutes` integer, required
      - `weekly` object, required
        - `maximum` object, nullable, required
          - `limit` integer, required
          - `type` 'NUMBER_OF_INTERVIEWS' | 'NUMBER_OF_MINUTES', required
        - `minimum` object, required
          - `interviews` integer, required
          - `minutes` integer, required
    - `interview_buffer` object, required
      - `before_minutes` union, required
        - 0
        - 15
        - 30
      - `after_minutes` union, required
        - 0
        - 15
        - 30
    - `feedback_writing_time_minutes` union, required — Allowed values: 0, 15, or 30 minutes.
      - 0
      - 15
      - 30
    - `conflict_keywords` object, required
      - `out_of_office` string[], required
      - `avoid` string[], required
      - `available_if_needed` string[], required
      - `recruiting_block` string[], required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `409` — Conflict
- `410` — Gone
- `500` — Internal error

---

[API](https://skmtc.dev/modernloop/apis/modernloop-platform-api.md) · [All operations](https://skmtc.dev/modernloop/apis/modernloop-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/modernloop/modernloop-platform-api/revisions/33a0f9f44e4c/schema)
