get_authorization_logs
Retrieve and analyze authorization logs to monitor and manage access within Bugcrowd API systems, ensuring compliance and security.
Instructions
List all authorization 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_authorization_logsArguments",
"type": "object"
}