---
title: "Search References"
method: GET
path: "/v1/bluejay-ai/search-references"
tags: ["BluejayAI References"]
---

# Search References

`GET /v1/bluejay-ai/search-references`

Substring-search (or full list when `q` is empty) across the four referenceable types within the caller's org. Empty `q` is intentional: the frontend's Browse-card click scopes to a type without typing, and we want to show the recent N entries for that type rather than 422.

## Query parameters

- `q` string
- `types` string, nullable
- `limit` integer

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- SearchReferencesResponse
  - `results` SearchResultItem[], required
    - `type` string, required
    - `id` unknown, required
    - `name` string, required

## Other responses

- `422` — Validation Error

---

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