Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.quo.com/v1/tasks/{taskId} \ --header 'Authorization: <api-key>'
{ "data": { "taskId": "<string>", "phoneNumberId": "<string>", "conversationId": "<string>", "activityId": "<string>", "phoneNumberGroupId": "<string>", "orgId": "<string>", "title": "<string>", "description": "<string>", "dueDate": "2023-11-07T05:31:56Z", "assignedTo": "<string>", "assignedBy": "<string>", "createdAt": "2023-11-07T05:31:56Z", "createdBy": "<string>", "completed": true, "isDeleted": true, "revision": "<string>" } }
Retrieve a single task by its ID
^TK(.*)$
Success
Show child attributes
Was this page helpful?