Fetch tasks ran in the past
Filter tasks created after this Unix timestamp (in milliseconds).
1678886400000
Filter tasks created before this Unix timestamp (in milliseconds).
1678972800000
Filter tasks by a specific task ID.
"task_123"
Page number for pagination.
x >= 1
1
Number of tasks per page (maximum 100).
1 <= x <= 100
20
Filter tasks by execution type (e.g., 'default', 'deepsearch').
["default", "deepsearch"]
Field to sort tasks by (e.g., 'timestamp', 'executionTime').
timestamp
, executionTime
, taskId
, status
, executionType
"timestamp"
Sort order ('ascend' or 'descend').
ascend
, descend
"ascend"
Filter tasks by Raccoon passcode.
"code123"
Successful Response
The response is of type object
.