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

---

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