canvas_get_account_reports
Retrieve available reports for a specific Canvas account using its ID, enabling efficient management and analysis of course and user data.
Instructions
List available reports for an account
Input Schema
Name | Required | Description | Default |
---|---|---|---|
account_id | Yes | ID of the account |
Input Schema (JSON Schema)
{
"properties": {
"account_id": {
"description": "ID of the account",
"type": "number"
}
},
"required": [
"account_id"
],
"type": "object"
}