apps_activities_list
Retrieve activity logs for a Slack workflow app. Filter by severity, event type, or date range to troubleshoot issues.
Instructions
Get logs for a specified workflow app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of log entries to return. | |
| app_id | Yes | The app whose activity logs to return. | |
| cursor | No | Pagination cursor from a previous response's ``response_metadata.next_cursor``. | |
| source | No | Origin of logs: ``slack`` or ``developer``. | |
| team_id | No | Workspace to scope logs to (org-wide tokens). | |
| min_log_level | No | Minimum severity: ``trace``, ``debug``, ``info``, ``warn``, ``error``, or ``fatal``. | |
| component_type | No | ``events_api``, ``workflows``, ``functions``, or ``tables``. | |
| log_event_type | No | Filter to a specific event type. | |
| sort_direction | No | ``asc`` or ``desc``. | |
| max_date_created | No | Latest creation time, epoch microseconds. | |
| min_date_created | No | Earliest creation time, epoch microseconds. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||