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>" } }
Get detailed information about a specific Bitcoin event log by its ID including trigger data and execution details.
Success
The response is of type object.
object
Was this page helpful?