propeller logo

List Tasks

GET
/tasks

Query Parameters

offset?integer
limit?integer
metadata[<key>]?string

Filter tasks by metadata key-value pair. Repeat for multiple filters (all must match). Key must contain only alphanumerics, ., _, or -. Example: metadata[env]=production&metadata[team]=ops

Response Body

curl -X GET "http://localhost:7070/tasks?limit=1000"
Empty