Skip to main content
Already Docs home page
Search...
⌘K
Already
Search...
Navigation
Sessions
Sync session list
Overview
API
Webhooks
MCP
Schema
Skill
Already
Getting started
Introduction
Sessions
List sessions
Create session
Get session
Update session
Delete session
Start session
Upload session
Confirm upload
Patch session data
Sync session list
Notes
Comments
Agents
Agents
Webhooks
Webhook endpoints
Teams
Teams and invitations
On this page
Query parameters
Response
Sessions
Sync session list
Copy page
Fetch sessions for incremental sync.
Copy page
method
GET
/api/sessions/list
Returns minimal data for each session, optimized for incremental sync.
Auth:
Agent key or User JWT + X-Team-Id
Query parameters
since
string
ISO 8601 timestamp — only return sessions updated after this time
limit
number
Max results (default 100, max 500)
Response
sessions
SessionListItem[]
required
Minimal session objects
sync_timestamp
string
required
Timestamp for next sync
Patch session data
Notes
⌘I