get_authentication_logs
Retrieve and list all authentication logs from BugcrowdMCP to monitor and analyze access activity within bug bounty programs for enhanced security.
Instructions
List all authentication logs.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query_params | No |
Input Schema (JSON Schema)
{
"properties": {
"query_params": {
"default": "",
"title": "Query Params",
"type": "string"
}
},
"title": "get_authentication_logsArguments",
"type": "object"
}