cURL
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>" } }
Fetch a single event log by ID
Returns the payload, status, and response of a specific event log identified by its unique id.
id
Success
The response is of type object.
object