cURL
curl --request GET \ --url https://api.chooseserene.com/tasks/{id}
{ "id": 1, "accountId": 1, "task_number": 1, "status": "pending", "handler": "submit_claim_1", "title": "Submit claim #1", "instructions": "SOP: Log in to portal, open claim form, enter member and procedure details, submit and capture confirmation number.", "startedAt": null, "completedAt": null, "failedAt": null, "notes": null, "createdAt": "2025-03-18T12:00:00.000Z", "updatedAt": "2025-03-18T12:00:00.000Z" }
Returns a single task by ID. The task must belong to the authenticated account.
Task ID
Task
pending
dispatching
running
waiting_for_input
pending_review
completed
completed_with_issues
failed
Was this page helpful?