Skip to main content
GET
/
caliper
/
events
/
{externalId}
Get Event by External ID
curl --request GET \
  --url https://caliper.alpha-1edtech.ai/caliper/events/{externalId} \
  --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.

Response

The event was retrieved successfully

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