Retrieve Task
Retrieve a JSON object with a singular task to be retrieved by id.
Path Parameters
The resourceSlug is a url parameter of the teamId associated with the user. Anywhere the resourceSlug is used can be interpreted as a teamId
Response
Represents a task within the system, including its configuration, expected output, and optional form fields.
The name of the task.
A detailed description of the task.
Unique identifier for the task.
Identifier of the organization to which the task belongs.
Identifier of the team to which the task belongs.
Identifier of the agent associated with the task.
The expected output of the task.
List of tool identifiers associated with the task.
Indicates if the task is executed asynchronously.
Contextual information related to the task.
The JSON output of the task.
The Pydantic output of the task.
The file output of the task.
Icon associated with the task, either an attachment or an object containing the icon details.
Indicates if the task requires human input.
Indicates if only the final output should be displayed.
Indicates if the task is hidden from standard views.
Array of form field configurations associated with the task.
Indicates if the output of the task is structured.