Skip to main content
GET
/
caliper
/
events
List Events
curl --request GET \
  --url https://caliper.alpha-1edtech.ai/caliper/events \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "message": "<string>",
  "errors": "<unknown>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

limit
number
offset
number
sensor
string
startDate
string
endDate
string
actorId
string
actorEmail
string

Response

The events were retrieved successfully

status
string
required
Allowed value: "success"
message
string
required
errors
any