Request for API Endpoint to Fetch Application Logs #5185
hidagans
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Coolify Team,
I really appreciate the work you've done in making Coolify a great self-hosted deployment platform. However, I noticed that while there is an API endpoint to fetch application details and status, there doesn’t seem to be a dedicated endpoint for retrieving application logs via API.
Feature Request
I would like to request an API endpoint to fetch logs for a specific application, similar to how we can retrieve logs for deployments. This would be extremely helpful for automation and monitoring purposes.
Expected Behavior
A new API endpoint such as:
The response should include recent logs related to the application’s runtime, errors, and system messages.
Use Case
Helps in monitoring applications remotely via API.
Allows integration with external logging systems or dashboards.
Improves troubleshooting by providing direct log access without needing to log into the Coolify UI.
Additional Context
If there’s already a way to fetch application logs via API that I might have missed, please let me know. Otherwise, I believe adding this feature would greatly enhance Coolify’s API capabilities.
Thank you for your time and consideration!
Beta Was this translation helpful? Give feedback.
All reactions