cURL
curl --request GET \ --url https://api.edgee.app/v1/projects/{id}/debug/data-collection/incoming \ --header 'Authorization: Bearer <token>'
{ "object": "list", "url": "<string>", "has_more": true, "last_key": "<string>", "data": [ { "object": "component", "uuid": "<string>", "timestamp": "2023-11-07T05:31:56Z", "type": "page", "from": "edge", "data": {}, "context": {} } ] }
Retrieves all the Incoming Data Collection Events of a project.
ASC
DESC
Show child attributes
Was this page helpful?