# Retrieve scheduler tasks of the specified workflow Endpoint: GET /scripting/workflows/{id}/tasks Version: 8.1.0 ## Path parameters: - `id` (integer, required) Defines the workflow's id to retrieve scheduler tasks ## Header parameters: - `X-Key` (string, required) A unique API key used to authenticate requests to the NP6 platform. This key must be included in every API call to validate the identity and permissions of the client. Keep your API key secure and do not expose it in public code or logs. ## Response 200 fields (application/json): - `id` (string) Id of the task - `name` (string) Name of the task - `description` (string) Description of the task - `schedulers` (array) The schedulers of the task - `schedulers.type` (string) - `provider` (object) The data provider of the task - `handler` (string) The task's node handler ## Response 401 fields ## Response 403 fields ## Response 404 fields