Fetch the full details of a code execution task by its UUID.
This endpoint returns comprehensive information about a code execution task including status, results, generated files, and execution details. The user must own the task.WARNING: this endpoint is deprecated and will be removed in a future version.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
UUID of the execution task
Response serializer for code execution details.
Execution ID
Execution status
When the execution was created
List of execution files
When the execution was completed
Execution output
Execution error if any