Returns session summaries across all agents in your account, ordered by start time (newest first). Use this endpoint to get a cross-agent view of activity, build dashboards, or export session metadata for compliance workflows. To list sessions for a single agent, you can either passDocumentation Index
Fetch the complete documentation index at: https://docs.masker.dev/llms.txt
Use this file to discover all available pages before exploring further.
agent_id here or use GET /agents//sessions.
Endpoint
masker_session authentication.
Query parameters
Maximum number of sessions to return. Accepted range: 1–100.
Pagination cursor from a previous response’s
next_cursor. Omit to start from the first page.Return only sessions that started within this window. Accepts a duration string (
1h, 24h, 7d, 30d) or an ISO 8601 UTC timestamp.Filter results to sessions handled by this specific agent. Accepts an
agt_* ULID.Filter by session outcome. One of
ok, error, or partial. Omit to return sessions of all statuses.Return only sessions with at least this many PHI redactions.
Response fields
Array of session summary objects.
Cursor for the next page.
null when you have reached the last page.Example
Response
Errors
| Status | Code | Meaning |
|---|---|---|
401 | unauthenticated | Missing or invalid masker_session cookie |
422 | validation_failed | Bad query parameter value |