v1
latestSwagger 2.02026-07-176862225.3 KBtask
Get tasks from session
Get tasks from session with cursor-based pagination
get/session/{session_id}/task
Path parameters
session_idstring uuid required
Session ID
Query parameters
limitinteger
Limit of tasks to return, default 20. Max 200.
cursorstring
Cursor for pagination. Use the cursor from the previous response to get the next page.
time_descboolean
Order by created_at descending if true, ascending if false (default false)
Response
OK