GET
/
logs
/
{id}
Get Event Log
curl --request GET \
  --url https://xbt-mainnet.gomaestro-api.org/v0/eventmanager/logs/{id} \
  --header 'api-key: <api-key>'
{
  "data": {
    "id": "<string>",
    "trigger_id": "<string>",
    "payload": {},
    "response": "<string>",
    "response_status": 123,
    "status": "<string>"
  }
}

Authorizations

api-key
string
header
required

Path Parameters

id
string
required

Response

200
application/json

Success

The response is of type object.