Skip to main content
GET
Poll one exact Feed Run and page its immutable terminal evidence.

Overview

Poll one exact Feed Run and page its immutable terminal evidence. This page documents get /api/feed/runs/{runId}. 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

runId
string<uuid>
required

Query Parameters

limit
integer
Required range: 0 < x <= 100
cursor
string
Maximum string length: 512

Response

Exact Feed Run.

run
object
required
resultsReady
boolean
required
historyAvailable
boolean
required
occurrences
object[]
required
nextCursor
string | null
required