provider agent_platformagent_applications GET /api/projects/{project_id}/agent_applications/{id}/approvals/
@utdk/posthog /api/projects/{project_id}/agent_applications/{id}/approvals/
agent_applications_approvals_list
List approval-gated tool requests for this application. Team-admin only (per plan §6.1). Default returns all states — pass `?state=queued` for the inbox view.
id path required
A UUID string identifying this agent 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
agentApplicationsApprovalsList
GET/api/projects/{project_id}/agent_applications/{id}/approvals/
List approval-gated tool requests for this application. Team-admin only (per plan §6.1). Default returns all states — pass `?state=queued` for the inbox view.

Parameters

required

A UUID string identifying this agent application.

required

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

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