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