Skip to main content
POST
Stop the active run for one Feed search without changing its future schedule
CLI:

Overview

Stop the active run for one Feed search without changing its future schedule This page documents post /api/feed/{id}/stop. Use the request and response sections on this page for accepted parameters, payload fields, response fields, and authentication behavior.

AI agent notes

  • Confirm the operation matches the user’s intent before calling it.
  • For write operations, confirm the user intends to change state.
  • Surface validation, permission, and not-found errors instead of retrying unchanged.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

Feed run stop outcome.

surface
enum<string>
required
Available options:
lead-finder,
feed
searchId
string<uuid>
required
disposition
enum<string>
required
Available options:
cancelled,
already_cancelled,
no_active_run
run
object | null
required
scheduleEnabled
boolean
required
executionCancellation
enum<string>
required
Available options:
confirmed,
not_needed,
unconfirmed
agentSummary
string
required