ncloud_functions_get_action_activations
Retrieve activation (execution) history for a specific action in NCP Functions. Filter by time range and paginate results to monitor and troubleshoot invocations.
Instructions
Get activation (execution) history for a specific action
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End time filter (format: yyyy-MM-ddTHH:mm:ss) | |
| start | No | Start time filter (format: yyyy-MM-ddTHH:mm:ss) | |
| pageNo | No | Page number for pagination | |
| pageSize | No | Page size for pagination | |
| platform | No | Platform type (default: vpc) | vpc |
| actionName | Yes | Name of the action | |
| packageName | Yes | Package name containing the action |