WorkOS
audit_logs.actions.list
Get a list of all Audit Log actions in the current environment.
Remote workos
Other tools also called audit_logs.actions.list?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"after": {
"type": "string",
"description": "An object ID that defines your place in the list. When the ID is not present, you are at the end of the list."
},
"limit": {
"type": "integer",
"default": 10,
"description": "Upper limit on the number of objects to return, between `1` and `100`."
},
"order": {
"enum": [
"normal",
"desc",
"asc"
],
"type": "string",
"default": "desc",
"description": "Order the results by the creation time."
},
"before": {
"type": "string",
"description": "An object ID that defines your place in the list. When the ID is not present, you are at the end of the list."
}
}
}