Skip to main content

Endpoint

Overview

This endpoint retrieves aggregate metrics (like counts or summaries) for the specified project.
Use it to power dashboards, summaries, or quick overviews of project activity.

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 with your metrics:

⚠️ 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 retrieve metrics for projects tied to your API key.
  • The metrics object may be expanded over time with more fields.

Need Further Assistance?

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