GET
/
logs
/
{id}
Event log info by ID
curl --request GET \
  --url https://xbt-mainnet.gomaestro-api.org/v0/eventmanager/logs/{id} \
  --header 'api-key: <api-key>'
{
  "id": "<string>",
  "eventManagerId": "<string>",
  "triggerId": "<string>",
  "payload": "<string>",
  "response": "<string>",
  "status": "<string>"
}

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

id
string
required

Event log ID

Response

200
application/json

A successful response.

The response is of type object.