GET
/
models
/
v2
/
list
/
tasks
curl --request GET \
  --url https://api.bytez.com/models/v2/list/tasks \
  --header 'Authorization: <api-key>'
{
  "error": null,
  "output": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Set Authorization header to Key BYTEZ_KEY (e.g. 'Authorization': 'Key ABC123')

Response

200
application/json
A successful response containing the list of tasks.
error
string

Null if everything is fine

Example:

null

output
string[]

An array of tasks