horizon_torn_getMyLogs
Retrieve your Torn logs with optional filters by log IDs, category, target player, or time range. Use timestamps to specify exact data points.
Instructions
Get your logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Timestamp that sets the upper limit for the data returned. Data returned will be up to and including this time | |
| cat | No | Log category id | |
| key | No | API key (Full).<br>It's not required to use this parameter when passing the API key via the Authorization header. | |
| log | No | Log ids, comma separated, e.g. 105,4900,4905 | |
| from | No | Timestamp that sets the lower limit for the data returned. Data returned will be after this time | |
| limit | No | ||
| target | No | Get logs where you interacted with a specific player by passing their player ID. | |
| comment | No | Comment for your tool/service/bot/website to be visible in the logs. | |
| timestamp | No | Timestamp to bypass cache or get the data in specific point in time |