Skip to main content
GET
/
tasks
/
{taskType}
/
debug
Fetch information for all the tasks for the given task type
curl --request GET \
  --url https://dev.startree.ai/tasks/{taskType}/debug \
  --header 'Authorization: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.startree.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The format of the key is "Basic <token>" or "Bearer <token>"

Path Parameters

taskType
string
required

Task type

Query Parameters

verbosity
integer<int32>
default:0

verbosity (Prints information for all the tasks for the given task type.By default, only prints subtask details for running and error tasks. Value of > 0 prints subtask details for all tasks)

Response

200 - application/json

successful operation

{key}
object