Export link click history as CSV
Streams the link's clicks as CSV with columns clicked_at,referrer,user_agent,browser,os,authenticated,user — oldest first, capped at 100000 rows per response. When the cap truncates the export, the X-Next-Cursor response header carries an opaque resumption cursor; pass it back via the cursor parameter to continue. The user and raw user_agent columns are populated only for callers with share-management rights; other callers receive them empty. Cells are CSV-injection escaped.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
CSV data
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error