get_operation_log

toloka.async_client.client.AsyncTolokaClient.get_operation_log | Source code

async get_operation_log(self, operation_id: str)

Reads information about validation errors and which task (or task suites) were created

You don't need to call this method if you use "create_tasks" for creating tasks ("create_task_suites" for task suites). By asynchronous creating multiple tasks (or task sets) you can get the operation log. Logs are only available for the last month.

Parameters Description

ParametersTypeDescription
operation_idstr

ID of the operation.

Examples:

op = toloka_client.get_operation_log(operation_id='1')
Toloka-Kit
OverviewGetting OAuth tokenQuick start
Recipes
Reference
toloka.client
toloka.async_client
toloka.autoquality [autoquality]
toloka.metrics
toloka.streaming