Threads AI

Subscribe Team

GET
/v1/teams/{team}/events

Phase 2, not yet available (lane 29-teams-phase2-29b): Until then a cursor of any other epoch restarts the feed, follow is not supported, and GET /v1/teams/{team}/events is not served.

AuthorizationBearer <token>

Checked by host({authenticate}), which maps the request to a Principal or rejects it.

In: header

Path Parameters

team*string

A lead team in the principal's tenant. The host team's id is not_found: it has no HTTP route.

Match^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

Query Parameters

after?string

Resume after this cursor, :. The Last-Event-ID header wins when both are sent.

Match^[0-9]+:[0-9]+$

Response Body

text/event-stream

application/json

curl -X GET "https://example.com/v1/teams/string/events"
"string"
Edit on GitHub