provider agent_platformagent_fleet GET /api/projects/{project_id}/agent_fleet/approvals/
@utdk/posthog /api/projects/{project_id}/agent_fleet/approvals/
agent_fleet_approvals_list
Approval-gated tool requests across every agent in this team. Team-admin only.
agent_id query
Optional agent UUID — narrows the listing to one application.
string
limit query
integer
offset query
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
state query
Filter by approval state. Comma-separated list accepted. Valid values: queued, approving, dispatched, dispatched_failed, rejected, expired. Defaults to all states.
string

Try it

Authentication
Configure credentials for PostHog API
agentFleetApprovalsList
GET/api/projects/{project_id}/agent_fleet/approvals/
Approval-gated tool requests across every agent in this team. Team-admin only.

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/.

Optional agent UUID — narrows the listing to one application.

Filter by approval state. Comma-separated list accepted. Valid values: queued, approving, dispatched, dispatched_failed, rejected, expired. Defaults to all states.

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.agentFleetApprovalsList()