Skip to main content

tasks_list

Function tasks_list 

Source
pub async fn tasks_list(
    __arg0: State<AppState>,
    __arg1: Query<TasksListQuery>,
) -> Result<Json<Vec<TaskRecord>>, ApiError>
Expand description

GET /v1/tasks?limit=N. Lists every persisted TaskRecord, newest first.