Moralis streams logs

this is for the failed webhooks history:
https://api.moralis-streams.com/api-docs/#/History/GetHistory

Perhaps I didn’t put it right way. But, earlier, in the control panel it was possible to view the logs according to the application: successful / unsuccessful. I thought that Moralis Stream has the same opportunity. Or there are no logs - which I can get in the control panel?

Thanks.

I don’t know what you mean with the control panel, that swagger interface can give you all the info that is available about your streams, that swagger is the main API that the admin interface uses for Streams

or, if you prefer the Python SDK, you can find some documentation here for how to use Streams API

https://moralisweb3.github.io/Moralis-Python-SDK/#streams

same functionality is available in JavaScript SDK too

1 Like

This one: https://admin.moralis.io/.

use this to see all the possible endpoints for streams API
https://api.moralis-streams.com/api-docs/

you will need your api key

1 Like

You don’t understand me ) Right now I fond this:

So if there is errors I click this link and go to the page with logs. But there is no details only error and reply link. Before when I created app it was detailed logs with successful / unsuccessful. This is what I mean )

Thanks.

Try to use that link that I posted. You will get all the info.

Only when there are errors you can see them in history.

You mean this: https://api.moralis-streams.com/api-docs/? No it’s not help me. Because if I see the errors I need find out what the problem: my endpoint not working, problem somewhere and so on.

Yep, but what about details?

on what type of details you are referring?

if it is a webhook send error then we were not able to send that webhook request, either the webhook url is not working or it didn’t return a 200 http error code

1 Like

Yep. I am talking about the same ) So let me catch the error and I came back to discuss it.

Thanks.

Hello.

So returned to my question:

This is log in my CP. How I can view details of these logs?

For now you can try to use the swagger interface in order to see more info about them.

1 Like

That is in my CP I still can’t see detailed logs? Which one the swagger interface? Please provide more details.

Thanks.

You have all the access with the swagger interface.
You add your api key and look in history after that. You click on try for an endpoint and then provide the parameters and then click on execute.

1 Like

Once again: where?

I don’t see any option for logs with fails …

here in history

https://api.moralis-streams.com/api-docs/#/History/GetHistory

1 Like

Ok. I am asking not about it but … So how I can get details about fails which I showed at the screenshot above?

I see this one - https://api.moralis-streams.com/api-docs/#/History/ReplayHistory. Which I think equivalent this:

But it’s still not the same which I need. I need details of fails. For example my endpoint is not working, stream got error while trying to delivery info and so on … I need details of these logs.

you mean that you want to know the reason why it failed a particular stream?

that reason is found in the stream status, you can get that stream status from the swagger interface or with the SDK or with a CURL request

1 Like