Tasks
Retrieve Task
Retrieve a JSON object with a singular task to be retrieved by id.
GET
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
200
task.json
JSON object containing the retrieved task.
Represents a task within the system, including its configuration, expected output, and optional form fields.