-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
cloud-apiRelated to Redis Cloud API functionalityRelated to Redis Cloud API functionalityenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Summary
Add support for listing all tasks via the GET /tasks endpoint.
Current state
We have:
cloud task get <id>- Get a specific taskcloud task wait <id>- Wait for task completioncloud task poll <id>- Poll task with live updates
Missing
GET /tasks- List all tasks
Implementation
Library (redis-cloud)
The handler likely already exists in crates/redis-cloud/src/tasks.rs. Verify and add if missing.
CLI (redisctl)
Add cloud task list command to crates/redisctl/src/commands/cloud/task.rs
Notes
- Good first issue - straightforward list endpoint
- Should support filtering by status if API allows
Metadata
Metadata
Assignees
Labels
cloud-apiRelated to Redis Cloud API functionalityRelated to Redis Cloud API functionalityenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers