Skip to content

List agent approvals

GET
/api/v1/audit/agent-approvals
curl --request GET \
--url 'https://api.pkgplease.com/api/v1/audit/agent-approvals?limit=50' \
--header 'Authorization: Bearer <token>'
limit
integer
default: 50 <= 200
cursor
string

Paginated agent approvals, including token metadata

Media typeapplication/json
object
items
Array<object>
object
nextCursor
string
nullable
Examplegenerated
{
"items": [
{}
],
"nextCursor": "example"
}