provider agent_platformagent_fleet GET /api/projects/{project_id}/agent_fleet/live_sessions/
@utdk/posthog /api/projects/{project_id}/agent_fleet/live_sessions/
agent_fleet_live_sessions
Live (non-terminal) sessions across every agent owned by this team, newest activity first.
limit query
Cap on returned sessions (default 100, max 500).
integer
project_id path required
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
string

Try it

Authentication
Configure credentials for PostHog API
agentFleetLiveSessions
GET/api/projects/{project_id}/agent_fleet/live_sessions/
Live (non-terminal) sessions across every agent owned by this team, newest activity first.

Parameters

required

Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.

Cap on returned sessions (default 100, max 500).

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.agentFleetLiveSessions()