cURL
curl --request POST \ --url https://api.supersonic.cv/tasks/list \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "status": "todo", "priority": "low", "assigned_to_me": true, "assigned_to": "<string>", "due_today": true, "due_before": "<string>", "search": "<string>", "record_id": "<string>", "page": 123, "per_page": 123 } '
{}
API key: supersonic_live_...
Filter by status
todo
in_progress
done
low
medium
high
urgent
Show only my tasks
Member UUID
ISO datetime
Filter by linked record
Success
The response is of type object.
object