List module action logs
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
GET /modules/action-logs
Operation
Operation ID: listModuleActionLogs
Retrieve a paginated list of module action logs with searching and filtering
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Parameters
Name | In | Required | Type | Description |
|---|---|---|---|---|
no | object |
Responses
Status | Description | Content Types |
|---|---|---|
200 | Module action logs retrieved successfully | application/json |
401 | ||
403 |
Schema for response 200 (application/json):
{
"items": {
"$ref": "#/components/schemas/ModuleActionLog"
},
"type": "array"
}
17 March 2026