Services
Get service logs.
Get logs for a specific service sub-resource by service UUID. The sub_service_name query parameter must match the name field of one of the service applications or databases returned by GET /services/{uuid}.
get/services/{uuid}/logs
Path parameters
uuidstring uuid required
UUID of the service.
Query parameters
sub_service_namestring required
Example:appwrite-console
Sub-service name from GET /services/{uuid} under applications[].name or databases[].name. Do not use human_name or the Docker container name with the service UUID suffix.
linesinteger
Number of lines to show from the end of the logs.
show_timestampsboolean
Show timestamps in the logs.
Response
Get service logs by UUID.