Job Logs in sql

Where Orchestrator job logs stored in SQL? Is there any default table?

Yes, the logs are stored in the UiPath DB that you configured when installing orchestrator.
However it is not recommended by UiPath to access these DB.

If you have configured Kibana, you could always access the logs from there.

The table name is “Logs”. Recommended to not store more than a million logs in it to avoid lags.

Thank you Jagdish & Pravin