List tasks
GET/api/v2/bulk/tasks
Returns the newest tasks submitted by the profile your API key belongs to, newest first — company-mapping tasks included. Repeat statuses to filter to particular states (for example every non-terminal task: ?statuses=Pending&statuses=Scheduled&statuses=InProgress); omit it for all. limit is clamped to 1–100 and defaults to 100. Entries carry status fields only — poll the single-task endpoint for results.
Request
Responses
- 200
- 401
The newest matching tasks, newest first.
Returned when the API key is missing, malformed or inactive.