Get Submitted Task
This endpoint retrieves a submitted task by its ID.
GET
/SubmittedTask/GetSubmittedTask
Authorization
Authorization
RequiredBearer <token>Authorization header using the Bearer scheme. Example: "Bearer {token}"
In: header
Query Parameters
TaskId
stringThe ID of the submitted task to retrieve.
Format:
"uuid"
Returns the submitted task with its details if found.