GET
List my reversible v2 API actions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page_size
integer
default:30
Required range: 1 <= x <= 100
cursor
string
category
enum<string>
Available options:
view,
alert,
group,
workspace,
ai_settings,
outbound,
system
revert_status
enum<string>
Available options:
revertible,
irreversible,
reverted

Response

Cursor page of actor-scoped action history entries.

items
object[]
required
has_more
boolean
required
next_cursor
string | null