cURL
curl --request GET \ --url https://api.moralis-streams.com/history/logs \ --header 'x-api-key: <api-key>'
{ "result": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "streamId": "<string>", "chain": "<string>", "webhookUrl": "<string>", "retries": 123, "deliveryStatus": "failed", "blockNumber": 123, "errorMessage": "<string>", "type": "evm", "createdAt": "2023-11-07T05:31:56Z", "tag": "<string>" } ], "total": 123, "cursor": "<string>" }
Get All logs.
Ok
Show child attributes