EasypanelDocs

List actions

Returns recent action records visible to the current user.

GET
/listActions

Returns recent action records visible to the current user.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

limit?number
Default8
projectName?string
Match^[a-z0-9-_]+$
serviceName?string
Match^[a-z0-9-_]+$
type?string

Value in

  • "build"
  • "deployment"
  • "script"
  • "start"
  • "stop"
  • "destroy"
  • "backup"
  • "volumeBackup"
  • "settings"
  • "wordpress"
  • "auth"
  • "env"

Response Body

application/json

curl -X GET "https://example.com/listActions"
null