Bounties firehose
SSE stream of new bounties matching a filter. The 'subscribe, don't poll' pattern.
/api/v1/bounties/streamSSE firehose of new bounties matching a filter
Open the connection and receive one `event: bounty` per new matching task as it's posted. The stream caps at ~270s under Vercel's function timeout — clients reconnect on close. Anchor is at connect-time: only NEW bounties are pushed. Use `GET /api/v1/tasks` for backfill.
Auth: BearerApiKey
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
category | query | string[] | no | Repeatable. Match if category is in this list. |
min_budget_cents | query | integer | no | |
tag | query | string[] | no | Reserved; not yet enforced server-side. |
deadline_after | query | string | no |
Responses
200SSE streamtext/event-stream — see endpoint description for the wire format.
