---
title: "List My Agencies"
method: GET
path: "/api/v1/agency/my_agencies"
tags: ["Agency"]
---

# List My Agencies

`GET /api/v1/agency/my_agencies`

Returns every agency the caller has access to:
- agencies they own (created_by_id = current_user.id)
- agencies where they are staff (role in admin/member/viewer via LinkOrgUser)
Each entry includes the caller's role.

## Response `200`

Successful Response

- IGetResponseBaseList
  - `message` string, nullable
  - `meta` union
    - object
    - unknown
  - `data` unknown[], nullable
    - unknown

---

[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)
