Get a single event by repository and record key.
Parameters
Output
Encoding
application/jsonSchema#eventView
Errors
NotFound
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "NotFound"
}
],
"output": {
"schema": {
"ref": "#eventView",
"type": "ref"
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"repository",
"recordKey"
],
"properties": {
"recordKey": {
"type": "string",
"maxLength": 150,
"description": "The record key (rkey) of the event.",
"maxGraphemes": 150
},
"repository": {
"type": "string",
"format": "did",
"description": "The DID of the repository containing the event."
}
}
},
"description": "Get a single event by repository and record key."
}