Type Alias: TaskLogsData ​
TaskLogsData:
object
Type declaration ​
| Name | Type | Description |
|---|---|---|
path | object | - |
path.id | string | ID of the task |
query? | object | - |
query.details? | boolean | Show task context and extra details provided to logs. |
query.follow? | boolean | Keep connection after returning logs. |
query.since? | number | Only return logs since this time, as a UNIX timestamp |
query.stderr? | boolean | Return logs from stderr |
query.stdout? | boolean | Return logs from stdout |
query.tail? | string | Only return this number of log lines from the end of the logs. Specify as an integer or all to output all log lines. |
query.timestamps? | boolean | Add timestamps to every log line |