---
title: "Get Search Results"
method: GET
path: "/v1/network/transactions/search"
tags: ["Network Information"]
---

# Get Search Results

`GET /v1/network/transactions/search`

Retrieves a list of transactions along with their metadata that correspond to the specified search string.

## Query parameters

- `hash` string, required

## Response `200`

List of transactions with metadata.

- TransactionSearchResults
  - `transactions` TransactionSearchResult[], required
    - `hash` string, required
    - `height` string, required
    - `network` string, required
    - `time` string, required

---

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