# Retrieve all webtasks Endpoint: GET /scripting/webtasks Version: 8.1.0 ## 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` (integer) The webTask's id - `name` (string) The webTask's name - `description` (string) The webTask's description - `creationDate` (string) The webTask's creation date - `scripting` (object) The webTask's script settings - `scripting.version` (string) - `settings` (object) The webTask's settings - `value` (string) The webTask's script ## Response 401 fields ## Response 403 fields