---
title: "List Custom Apis"
method: GET
path: "/api/custom-apis"
tags: ["Custom API Management"]
---

# List Custom Apis

`GET /api/custom-apis`

List all Custom APIs for the current user.

## Response `200`

Successful Response

- CustomApiResponse[]
  - `id` integer, required
  - `user_id` integer, required
  - `name` string, required
  - `description` string, nullable, required
  - `url` string, nullable, required
  - `method` string, nullable, required
  - `headers` object, nullable, required
  - `body` string, nullable, required
  - `env` object, nullable, required
  - `is_active` boolean, required
  - `is_default` boolean, required
  - `created_at` string, required
  - `updated_at` string, required

## Changes

- **2026-06-13** `33e4ba4936ad` — 1 info
  - added the required property `items/body` to the response with the `200` status
- **2026-05-01** `c9eb29ec9a1b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/xorbitsai/apis/xagent/changes/api/custom-apis/get.md)

---

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