Skip to main content
GET
Get the task types available for an executor

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Query Parameters

executor
enum<string>
default:human

Who will perform the tasks: 'human' (default) or 'ai'

Available options:
human,
ai

Response

Task types retrieved successfully

success
boolean
Example:

true

message
string
Example:

"Task types retrieved successfully"

data
object