Get Batch Job Logs
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Ranks, for which to fetch logs.
The maximum number of log entries to return. The maximum page_size is 10,000, values above 10,000 will be coerced to 10,000. If unspecified, the default is 100.
A page token, received from a previous GetBatchJobLogsRequest call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to GetBatchJobLogsRequest must match the call that provided the page token.
Entries before this timestamp won't be returned. If not specified, up to page_size last records will be returned.
Only entries matching this filter will be returned. Currently only basic substring match is performed.
Pagination direction, time-wise reverse direction by default (false).
Was this page helpful?