---
title: "Retrieve Custom APIs"
method: GET
path: "/custom"
tags: ["Custom"]
---

# Retrieve Custom APIs

`GET /custom`

Get all the Custom APIs and their rules currently defined on your token

## Response `200`

Successful API Response

- object[]
  - `notes` string[]
  - `xForwardHeaders` object
    - `X-Evaluate` string, required
  - `rules` object[]
    - `name` string
    - `selector` string
  - `api` string
  - `urlPattern` string
  - `testUrl` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.dev/diffbot/apis/web-search.md) · [All operations](https://skmtc.dev/diffbot/apis/web-search/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/diffbot/web-search/revisions/8b88d7dabe63/schema)
