Skip to main content
POST
Run every eligible Feed search
CLI:

Overview

Run every eligible Feed search This page documents post /api/feed/run. 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.

Response

Feed Run outcomes.

surface
enum<string>
required
Available options:
lead-finder,
feed
matchedCount
integer
required
Required range: 0 <= x <= 9007199254740991
queuedCount
integer
required
Required range: 0 <= x <= 9007199254740991
existingCount
integer
required
Required range: 0 <= x <= 9007199254740991
blockedCount
integer
required
Required range: 0 <= x <= 9007199254740991
failedCount
integer
required
Required range: 0 <= x <= 9007199254740991
skippedCount
integer
required
Required range: 0 <= x <= 9007199254740991
results
object[]
required
agentSummary
string
required