cURL
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>" } ] }
Project API Key
A successful response.
The response is of type object.
object