List narrative arcs, ordered by most recently updated.
cURL
curl --request GET \ --url https://api.upriver.ai/v1/topics/breakout/narratives \ --header 'X-API-Key: <api-key>'
{ "narratives": [ { "narrative_id": "<string>", "display_name": "<string>", "vertical": "<string>", "member_count": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "slug": "<string>", "description": "<string>" } ] }
Filter by vertical
1 <= x <= 100
x >= 0
Successful Response
List of narratives.
Narratives ordered by updated_at DESC
Show child attributes