getTask( )


Retrieves a task by ID.

Authentication

This function requires elevated permissions and runs only on the backend and on dashboard pages.

Permissions
Manage Tasks
Read Tasks
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
taskIdstringRequired

ID of the task to retrieve.

Returns
Return Type:Promise<Task>
Was this helpful?
Yes
No