Skip to main content

Endpoint

Overview

This endpoint retrieves all event records for a given project, ordered by most recent first.
Use it to fetch analytics or event tracking data tied to your projects.

Authentication

This endpoint requires an API key. You can retrieve an API key from your dashboard. Include it in the X-API-KEY header:
For more details, see the Authentication Guide.

Query Parameters

Responses

βœ… 200 OK

Returns a JSON object containing the list of events:

⚠️ 400 Bad Request

If projectId is missing:

πŸ”’ 401 Unauthorized

If authentication fails (invalid or missing API key):

🚫 403 Forbidden

If the project does not belong to the authenticated user:

πŸ’₯ 500 Internal Server Error

For unexpected server errors:

Examples

CURL

Python (requests)

JavaScript (fetch)

Notes

  • This endpoint enforces ownership checks, meaning you can only fetch events for projects tied to your API key.
  • Results are ordered by occurred_at descending (most recent first).

Need Further Assistance?

If you have any questions or encounter issues, please don’t hesitate to reach out to our support team.