---
title: "List org search history"
method: GET
path: "/api/org/search/history"
tags: ["Organization Management"]
---

# List org search history

`GET /api/org/search/history`

List all previously queried search-history items for an organization.

## Query parameters

- `orgId` string, required — The ID of the organization
- `organizationId` string — Optional alias for orgId; if provided, must match orgId

## Response `200`

- object
  - `searchHistory` object[], required
    - `id` string, required
    - `searchTerm` string, required
    - `date` string, required

---

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