pub async fn get_task_handler(
__arg0: State<Arc<A2aState>>,
__arg1: Path<Uuid>,
) -> Result<Json<TaskResponse>, StatusCode>Expand description
Handler: GET /a2a/tasks/:id
Get the status of an existing task.
pub async fn get_task_handler(
__arg0: State<Arc<A2aState>>,
__arg1: Path<Uuid>,
) -> Result<Json<TaskResponse>, StatusCode>Handler: GET /a2a/tasks/:id
Get the status of an existing task.