windmill-api 1.683.2

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# \ServiceLogsApi

All URIs are relative to */api*

Method | HTTP request | Description
------------- | ------------- | -------------
[**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


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**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


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**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)