cURL
curl -X GET "https://api.smooth.sh/api/v1/task?l=10" \ -H "apikey: YOUR_API_KEY"
{ "r": [ { "id": "<string>", "status": "waiting", "output": "<unknown>", "credits_used": 123, "device": "desktop", "live_url": "<string>", "recording_url": "<string>", "downloads_url": "<string>", "created_at": 123, "events": [ { "name": "<string>", "payload": {}, "id": "<string>", "timestamp": 123 } ] } ] }
List all tasks for the authenticated user.
Timestamp to paginate from (returns tasks created before this timestamp)
Limit number of results
1 <= x <= 128
List of tasks
Show child attributes