Skip to content

List agent pull events

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

Paginated agent pull events

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