GET
/
logs
User event logs
curl --request GET \
  --url https://xbt-mainnet.gomaestro-api.org/v0/eventmanager/logs \
  --header 'api-key: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "eventManagerId": "<string>",
      "triggerId": "<string>",
      "payload": "<string>",
      "response": "<string>",
      "status": "<string>"
    }
  ]
}

Authorizations

api-key
string
header
required

Project API Key

Response

200
application/json

A successful response.

The response is of type object.