Logs Client
The logs client is a client for interacting with Hatchet’s logs API.
Methods
list()
Lists the logs for a given task run.
Parameters
| Parameter | Type | Description |
|---|---|---|
taskRunId | string | The ID of the task run to list logs for. |
opts? | ListLogsOpts | The options filter for the list operation. |
Returns
Promise<V1LogLineList>
A promise that resolves to the list of logs.
Type Aliases
ListLogsOpts
type ListLogsOpts = object;The options for the list logs operation.
Properties