---
title: "Retrieve a list operators on a given network"
method: GET
path: "/v1/address/search/{network}"
tags: ["Address"]
---

# Retrieve a list operators on a given network

`GET /v1/address/search/{network}`

This endpoint is used to search for operators that match a substring of their `address`.

## Path parameters

- `network` string, required

## Query parameters

- `partialAddress` string, required
- `page` integer, required
- `limit` integer, required

## Response `200`

A paged list of Operators on this network

- OperatorsPagedResponse
  - `operators` string[], required
  - `total_count` number, required
  - `total_pages` number, required

## Other responses

- `404` — Operators not found
- `500` — An unknown error occurred

---

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