Export up to 50,000 mentions matching the given view and filters. Body shape matches POST /api/v2/mentions (v1-compatible) plus a format selector. Returns a downloadable file. Pass format: "csv" for a CSV or omit / "json" for a JSON file.
Documentation Index
Fetch the complete documentation index at: https://octolens.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Clerk API key. Create one in Settings → API Keys. Pass as Authorization: Bearer <key>.
Same filter shape as ListMentionsRequest plus a format selector. Exports up to 50,000 mentions per call and returns the result as a downloadable file.
Feed/view ID to reuse as a base filter. If filters is also provided, the two are merged (view's saved filters + inline filters both apply).
x <= 9007199254740991Filter object. Accepts the simple flat form ({ source: ["twitter"], sentiment: ["positive"] }) or the advanced group form with AND/OR operators. Use POST /api/v2/ai/filter-wizard to generate one from natural language.
When true, includes low-relevance mentions (internal relevanceScore = 2). Default false returns only high and medium relevance (scores 0 and 1).
Page size, 1-100.
1 <= x <= 100Opaque cursor from a previous response's pagination.nextCursor.
Response format. json returns a downloadable JSON file ({data, total}); csv returns a CSV file with one row per mention across 15 columns.
json, csv "csv"
200 response
JSON shape returned when format=json. When format=csv, the response is text/csv with a matching X-Total-Count header.