cURL
curl --request GET \ --url https://api.oneofnone.io/v1/analytics/export/raw-events \ --header 'x-api-key: <api-key>'
{ "meta": [ { "name": "<string>", "type": "<string>" } ], "data": [ { "timestamp": "<string>", "user_id": "<string>", "session_id": "<string>", "action": "<string>", "version": "<string>", "team_id": "<string>", "collection_id": "<string>", "payload": "<string>", "cursor": "<string>", "total_in_page": 123 } ], "rows": 123, "statistics": { "elapsed": 123, "rows_read": 123, "bytes_read": 123 } }
1 <= x <= 10000
Successful response
Show child attributes