# \LogsApi
All URIs are relative to *https://zernio.com/api*
[**list_logs**](LogsApi.md#list_logs) | **GET** /v1/logs | List activity logs
## list_logs
> models::ListLogs200Response list_logs(r#type, status, platform, action, search, days, limit, skip)
List activity logs
Unified logs endpoint. Returns logs for publishing, connections, webhooks, and messaging. Filter by type, platform, status, and time range. Logs are retained for 90 days.
### Parameters
**r#type** | Option<**String**> | Log category to query | |[default to publishing]
**status** | Option<**String**> | Filter by status | |
**platform** | Option<**String**> | Filter by platform | |
**action** | Option<**String**> | Filter by action (e.g., post.published, message.sent, account.connected, webhook.delivered) | |
**search** | Option<**String**> | Free-text search across log fields | |
**days** | Option<**i32**> | Number of days to look back (max 90) | |[default to 90]
**limit** | Option<**i32**> | Maximum number of logs to return (max 100) | |[default to 50]
**skip** | Option<**i32**> | Number of logs to skip (for pagination) | |[default to 0]
### Return type
[**models::ListLogs200Response**](listLogs_200_response.md)
### Authorization
[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)