Events List events for a project (simplified endpoint)
POST
/control-plane/api/v1/v1/event/list

Authentication

API Key (BearerAuth)

  • Header: Authorization

Query Parameters

project-idstringrequired

Project ID


Request Body

Filter options

levelstring

sourcestring

Example:

{
  "level": "string",
  "source": "string"
}

Responses

200
OK

Example:

[
  {
    "created_at": "string",
    "id": "string",
    "level": "string",
    "message": "string",
    "organization_id": "string",
    "project_id": "string",
    "source": "string"
  }
]
400
Bad Request

Example:

{
  "key": "value"
}
401
Unauthorized

Example:

{
  "key": "value"
}
500
Internal Server Error

Example:

{
  "key": "value"
}