get_app

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

async get_app(
self,
app_id: str,
lang: Optional[str] = None
)

Gets information from Toloka about an App solution.

Parameters description

ParametersTypeDescription
app_idstr

The ID of the solution.

langOptional[str]

ISO 639 language code.

  • Returns:

    The App solution.

  • Return type:

    App

Examples:

app = toloka_client.get_app('2eN4l59qL2xHB5b8Jqp6')
print(app.id, app.name)
print(app.description)

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