Skip to main content
GET
List Tasks

Authorizations

Authorization
string
header
required

Query Parameters

base64_urls
boolean

Whether to return base64 encoded URLs. If false, the URLs will be returned as presigned URLs.

end
string<date-time>

End date

include_chunks
boolean

Whether to include chunks in the output response

limit
integer<int64>

Number of tasks per page

cursor
string<date-time>

Cursor for pagination (timestamp)

start
string<date-time>

Start date

sort
enum<string>

Sort order: 'asc' for ascending, 'desc' for descending (default)

Available options:
asc,
desc
task_types
enum<string>[]

Filter by one or more task types

Available options:
Parse,
Extract
statuses
enum<string>[]

Filter by one or more statuses

The status of the task.

Available options:
Starting,
Processing,
Succeeded,
Failed,
Cancelled

Response

Paginated list of tasks

has_more
boolean
required
tasks
object[]
required
next_cursor
string<date-time> | null