Skip to main content
GET
/
v1
/
projects
/
{id}
/
debug
/
data-collection
/
incoming
List all Incoming Data Collection Events
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": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Query Parameters

limit
integer
start_key
string
order_direction
enum<string>
Available options:
ASC,
DESC

Response

data
object[]
object
string
Example:
url
string
has_more
boolean
last_key
string