# \ServiceLogsApi
All URIs are relative to */api*
[**get_log_file**](ServiceLogsApi.md#get_log_file) | **GET** /service_logs/get_log_file/{path} | get log file by path
[**list_log_files**](ServiceLogsApi.md#list_log_files) | **GET** /service_logs/list_files | list log files ordered by timestamp
## get_log_file
> String get_log_file(path)
get log file by path
### Parameters
**path** | **String** | | [required] |
### Return type
**String**
### Authorization
[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: text/plain
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## list_log_files
> Vec<models::ListLogFiles200ResponseInner> list_log_files(before, after, with_error)
list log files ordered by timestamp
### Parameters
**before** | Option<**String**> | filter on started before (inclusive) timestamp | |
**after** | Option<**String**> | filter on created after (exclusive) timestamp | |
**with_error** | Option<**bool**> | | |
### Return type
[**Vec<models::ListLogFiles200ResponseInner>**](listLogFiles_200_response_inner.md)
### Authorization
[cookieAuth](../README.md#cookieAuth), [bearerAuth](../README.md#bearerAuth)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)