List admin app activities
documentedList admin app activities.
GET /api/admin.apps.activities.listAppsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://slack.com/api/admin.apps.activities.list?app_id={{$app_id}}&cursor={{$cursor}}&limit={{$limit}}&log_event_type={{$log_event_type}}&max_date_created={{$max_date_created}}&min_date_created={{$min_date_created}}&min_log_level={{$min_log_level}}&sort_direction={{$sort_direction}}&source={{$source}}&team_id={{$team_id}}&trace_id={{$trace_id}}&component_id={{$component_id}}&component_type={{$component_type}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/x-www-form-urlencoded"