---
title: "Get Agency Id By Id"
method: GET
path: "/api/v1/agency/{agency_id}"
tags: ["Agency"]
---

# Get Agency Id By Id

`GET /api/v1/agency/{agency_id}`

Gets an agency by its id

## Path parameters

- `agency_id` string, uuid, required

## Response `200`

Successful Response

- IGetResponseBaseIAgencyRead
  - `message` string, nullable
  - `meta` union
    - object
    - unknown
  - `data` IAgencyRead
    - `org_id` string, uuid, nullable, required
    - `branding` object
    - `domain` object
    - `billing_plan` object
    - `user_auth` object
    - `id` string, uuid, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/insighto/apis/ragify.md) · [All operations](https://skmtc.net/insighto/apis/ragify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/insighto/ragify/versions/cdca56191be9/schema)
