Skip to content

List pull events

GET
/api/v1/audit
curl --request GET \
--url 'https://api.pkgplease.com/api/v1/audit?limit=50&decision=allow' \
--header 'Authorization: Bearer <token>'
cursor
string
limit
integer
default: 50 <= 200
decision
string
Allowed values: allow warn block
package
string

Paginated pull events

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