Gets all tasks that were delivered for project projectId ordered by delivery date. See the delivery schema for how the task data is returned.

Optional from timestamp to only return tasks since a given date (formatted using RFC3339 format).

Optional to timestamp to only return tasks up to a given date (formatted using RFC3339 format).

Optional batch_id parameter can specify a comma-separated list of hub batch ids to filter the results on.

Optional client_batch_id parameter can specify a comma-separated list of client batch identifiers to filter the results on.

Optional client_batch_id_match_type parameter specify how the search of client_batch_id is performed. It can be either exact or starts_with. The default value is exact.

Optional task_id parameter as a comma separated list of specific task ids to be returned.

Optional state parameter to filter tasks on states. Allowed values are "delivered" or "acknowledged". Omitting this parameter will return tasks in both states.

Optional page_size and page parameters can be used to set a page size (max. 1000, default 1000) and number (starting from 1), respectively.

Log in to see full request history
Path Params
int64
required

ID of the project

Query Params
date-time

RFC3339 timestamp that you want to query from

date-time

RFC3339 timestamp that you want to query up to

string

Comma-separated list of batch identifiers

string

Comma-separated list of client batch identifiers.

string

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

string

Comma-separated list of task identifiers

int64
≥ 1
Defaults to 1

Page number

int64
1 to 1000
Defaults to 1000

Number of results per page

Response

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