AttachmentSearchRequest

toloka.client.search_requests.AttachmentSearchRequest | Source code

AttachmentSearchRequest(
self,
name: Optional[str] = None,
type: Optional[Attachment.Type] = None,
user_id: Optional[str] = None,
assignment_id: Optional[str] = None,
pool_id: Optional[str] = None,
owner_id: Optional[str] = None,
owner_company_id: Optional[str] = None,
id_lt: Optional[str] = None,
id_lte: Optional[str] = None,
id_gt: Optional[str] = None,
id_gte: Optional[str] = None,
created_lt: Optional[datetime] = None,
created_lte: Optional[datetime] = None,
created_gt: Optional[datetime] = None,
created_gte: Optional[datetime] = None
)

Parameters for searching attachments.

Parameters description

ParametersTypeDescription
nameOptional[str]

An attachment file name.

typeOptional[Attachment.Type]

An attachment type. Refer to the Attachment.Type page for more information on the available type values.

user_idOptional[str]

The ID of a Toloker who uploaded attachments.

assignment_idOptional[str]

The ID of an assignment with attachments. Either assignment_id of pool_id is required in a search request.

pool_idOptional[str]

The ID of a pool with attachments. Either assignment_id of pool_id is required in a search request.

id_ltOptional[str]

Attachments with IDs less than the specified value.

id_lteOptional[str]

Attachments with IDs less than or equal to the specified value.

id_gtOptional[str]

Attachments with IDs greater than the specified value.

id_gteOptional[str]

Attachments with IDs greater than or equal to the specified value.

created_ltOptional[datetime]

Attachments uploaded by Tolokers before the specified date.

created_lteOptional[datetime]

Attachments uploaded by Tolokers before or on the specified date.

created_gtOptional[datetime]

Attachments uploaded by Tolokers after the specified date.

created_gteOptional[datetime]

Attachments uploaded by Tolokers after or on the specified date.

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