---
title: "Run Search"
method: POST
path: "/v2/admin/campaigns/run-search"
tags: ["admin-campaigns"]
---

# Run Search

`POST /v2/admin/campaigns/run-search`

Projection of campaigns.search_daily (cron — service/cron Bearer token).

Budget-chunked + idempotent: a run that can't fit every area inside the
budget reports completed=false and the next run resumes stalest-first, so
the twice-daily schedule both mops up and catches late-published scenes.

## Query parameters

- `slug` string, nullable — Run a single campaign (default: all active).
- `time_budget_s` integer

## Response `201`

Successful Response

- unknown

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/geopera/apis/geopera-data-platform.md) · [All operations](https://skmtc.dev/geopera/apis/geopera-data-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/geopera/geopera-data-platform/revisions/cb0130b2a40a/schema)
