TasksV3

Get all tasks

Beta
GET

Query parameters

limitintegerOptional
Defaults to 100
page_tokenstringOptional
statusenumOptional
task_typeenumOptional
categoriesstringOptional
Only return tasks with categories that match one in this comma-separated list.
updated_sincedatetimeOptional
Only return tasks updated on or after this date-time
encounter_idUUIDOptional
Only return tasks associated with this encounter
search_termstringOptional

Query tasks by encounter_id, claim_id, task_id, or external_id

assigned_to_idUUIDOptional
Only return tasks assigned to this user
date_of_service_mindateOptional
The minimum date of service for the linked encounter
date_of_service_maxdateOptional
The maximum date of service for the linked encounter
billing_provider_npistringOptional
The NPI of the billing provider associated with the task's claim
sortenumOptional

Defaults to updated_at:desc

Response

This endpoint returns an object
items
list of objects
next_page_token
stringOptional
prev_page_token
stringOptional

Errors