Job Logs
Stream the logs for the job with the given id, while the job is running or after it has stopped.
Example Use
Example Output
Properties
Name
Type
Attributes
Description
jobId
string
Required
Id of the job to logs
follow
string
<optional>
line
number
<optional>
Optional; if line is specified logs only logs after that line will be returned (up to limit).
limit
number
<optional>
Optional; number of log lines to retrieve on each request; default limit is 2000.
Last updated