GET
/
tasks
{
  "tasks": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "task": "<string>",
      "output": "<string>",
      "status": "created",
      "created_at": "2023-11-07T05:31:56Z",
      "finished_at": "2023-11-07T05:31:56Z",
      "live_url": "<string>",
      "metadata": {}
    }
  ],
  "total_pages": 123,
  "page": 123,
  "limit": 123,
  "total_count": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer
default:1
Required range: x >= 1
limit
integer
default:10
Required range: x >= 1

Response

200
application/json

Successful Response

total_pages: Total number of pages available page: Current page number limit: Number of items per page total_count: Total number of tasks across all pages