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