type: error get: is: [filename, accessToken, jobschedulerMaster] queryParameters: taskId: required: true type: integer description: Task Id example: 4711 description: |

<>

responses: 200: description: Content of task log for download headers: Content-Disposition: type: string required: true example: attachment;filename=xxx.task.log Content-Type: type: string required: true default: application/octet-stream body: application/octet-stream: text/plain: post: description: |

<>

___

Parameters in the POST body schema

NameTypeDescriptionExampleDefault
``jobschedulerId``required, stringJobScheduler Master IDscheduler
``taskId``required, integerTask Id4711
``filename``optional, stringname of a temp. file from ./task<>/info
This file will be responsed if exists
sos-download-5961566003164029224.tmp
body: application/json: schema: taskFilter example: | { "jobschedulerId": "scheduler", "taskId": 4711 } responses: 200: description: Content of task log for download headers: Content-Disposition: type: string required: true example: attachment;filename=xxx.task.log Content-Type: type: string required: true default: application/octet-stream body: application/octet-stream: text/plain: