The statuses of a set of tasks can also be retrieved by entering a combination of filters as parameters in the url. Answers returned will be the latest answers, unless the task is Rejected, in which case the default answers will be returned. Results will automatically be paginated to 100 tasks.

There is a rate limit of 1 call/second for this endpoint. If the limit is reached, a 429 error code is returned.

An optional page_size and page parameter can be used to set a page size (max. 100) and number respectively.

Log in to see full request history
Path Params
int64
required

ID of the project

Query Params
int64

Identifier assigned to task batches uploaded by project managers, or created via API

string

Any input can be set up to be used as a client defined batch identifier

string

Search strategy for the client batch id. The default strategy is exact.

string

Comma-separated list of primary keys.

string

Date type

date-time

RFC3339 timestamp that you want to query up to

date-time

RFC3339 timestamp that you want to query from

string

State of the task

int64
-2147483648 to 2147483647

Priority assigned to task

boolean

It should be set to "true" if the delivery schema should be used for the response.

boolean

when true, omits answers from the response

int64
1 to 100
Defaults to 100

Number of results per page

int64
≥ 1
Defaults to 1

Page number

Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json