# Get job logs **GET /job/logs** Task output for the given job and task will be fetched and returned for STDOUT / STDERR. ## Servers ## Parameters ### Query parameters - **id** (string) Job id - **task** (string) Task name ## Responses ### 500 ### default #### Body: (object) - **stderr** (string) STDERR output of task - **stdout** (string) STDOUT output of task ### 400 #### Body: (object) - **error** (string) Error message ### 404 [Powered by Bump.sh](https://bump.sh)