---
title: "GET /dev/v2/search"
method: GET
path: "/dev/v2/search"
tags: ["Search", "Search Content"]
---

# GET /dev/v2/search

`GET /dev/v2/search`

## Query parameters

- `q` string, required
- `size` integer
- `next-token` string
- `properties` string
- `allowedOnly` boolean
- `readyToLicense` boolean

## Response `200`

The request has succeeded.

- PagedSearchResultResponse
  - `nextToken` string, required
  - `items` SearchResult[], required
    - `title` string, required
    - `url` string, required
    - `publishedDate` string, required
    - `publisher` Publisher, required
      - `domain` string, required
      - `name` string, required
    - `availability` Availability, required
      - `discoverable` boolean, required
      - `readyToLicense` boolean, required

## Other responses

- `400` — The server could not understand the request due to invalid syntax.
- `401` — Access is unauthorized.
- `403` — Access is forbidden.
- `404` — The server cannot find the requested resource.
- `500` — Server error

---

[API](https://skmtc.dev/tollbit/apis/tollbit-services.md) · [All operations](https://skmtc.dev/tollbit/apis/tollbit-services/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tollbit/tollbit-services/revisions/cf502dfc0024/schema)
