Premium AI Policy Timeline
1 creditGET /api/premium/policy/timelineCurated chronological timeline of AI policy events: executive orders, agency rulings, legislative action, and major regulatory announcements. Filters by status (active, pending, proposed) and jurisdiction (EU, US, UK, China, Korea).
When to use this endpoint
When an agent needs to brief on "what changed in AI policy this quarter" or "what is the current EU AI Act status" without doing primary research.
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| status | query | string | active | pending | proposed | stallede.g. active |
| jurisdiction | query | string | EU | US | UK | China | Koreae.g. EU |
| limit | query | number | Max events to returne.g. 25 |
* required
Example response
{ "ok": true, "events": [{ "date": "2026-04-15", "title": "EU AI Act enforcement Phase 2 begins", "jurisdiction": "EU", "status": "active", "summary": "..." }], "billing": { "credits_charged": 1, "credits_remaining": 49 } }Code samples
Python SDK
tf._get("/premium/policy/timeline", jurisdiction="EU", status="active")TypeScript SDK
await fetch("https://tensorfeed.ai/api/premium/policy/timeline?jurisdiction=EU", { headers: { Authorization: "Bearer tf_live_..." } });FAQ
How is this curated?
TF editorial team monitors official agency feeds, executive orders, and major legislative trackers. Each event includes source links so the agent can verify primary docs.