toloka.client.TolokaClient.get_app_project | Source code
get_app_project(self, app_project_id: str)Gets information from Toloka about an App project.
| Parameters | Type | Description |
|---|---|---|
app_project_id | str | The ID of the project. |
Returns:
The App project.
Return type:
Examples:
app_project = toloka_client.get_app_project('Q2d15QBjpwWuDz8Z321g')print(app_project.created, app_project.name)Last updated: August 28, 2023