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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.timeback.com/llms.txt

Use this file to discover all available pages before exploring further.

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