---
title: "Optimized free-text search for programs using various filters."
method: GET
path: "/api/v2/programs/search"
tags: ["Programs"]
---

# Optimized free-text search for programs using various filters.

`GET /api/v2/programs/search`

## Query parameters

- `keywords` string
- `pageStart` integer
- `pageSize` integer

## Response `200`

Programs matching the search request sorted by relevance.

- Program[]
  - `id` integer — The unique ID of the program. Generated at creation.
  - `customerId` integer — The ID of the customer that owns this program.
  - `title` string, required — The title of the program.
  - `createdDate` string, date-time — The date the segment was created in ISO 8601 format. Generated at creation.
  - `lastModifiedDate` string, date-time — The date the program was last modified/updated in ISO 8601 format. Automatically updated on any write operation.

## Other responses

- `403` — Authorization failed, username or password not found or incorrect.

---

[API](https://skmtc.net/prss/apis/contentdepot.md) · [All operations](https://skmtc.net/prss/apis/contentdepot/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prss/contentdepot/versions/838e7ae589d8/schema)
