Skip to main content
Query a single page of log records emitted while running a job.

Parameters

uuid.UUID
required
The ID of the job to query logs for.
[]job.TelemetryQueryOption
Options for querying logs.

Options

Start the query after the cursor returned by a previous page.
Limit the number of log records returned in this page.
Sort logs by time. Use job.Ascending for oldest first or job.Descending for newest first.

Returns

A LogPage with log records and an optional NextCursor for the next page.