get_app_item

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

async get_app_item(
self,
app_project_id: str,
app_item_id: str
)

Gets information from Toloka about an App task item.

Parameters description

ParametersTypeDescription
app_project_idstr

The ID of the App project.

app_item_idstr

The ID of the item.

  • Returns:

    The App task item.

  • Return type:

    AppItem

Examples:

item = toloka_client.get_app_item(
app_project_id='Q2d15QBjpwWuDz8Z321g',
app_item_id='V40aPPA2j64TORQyY54Z'
)
print(item.input_data)
print(item.output_data)

Last updated: August 28, 2023

Toloka-Kit
OverviewGetting API keyQuick start
Recipes
Reference
toloka.client
toloka.async_client
toloka.autoquality [autoquality]
toloka.metrics
toloka.streaming