Skip to main content
A Task is a job created for a specific Link to pull, refresh, or update data in the linked account. Each task records its product type, data source, provider, and current processing status, and moves through the task lifecycle.

Attributes

The attributes of Tasks are below.
AttributeTypeDescription
idstringUnique ID of the task
statusstringCurrent status of the task. See Task Lifecycle for all status values, error states, and recommended actions.
product_typestringType of data product being processed: income, employment, deposit_switch, pll, insurance, transactions, or assets
providerobjectData provider that served this task (see Provider object)
created_atdatetimeTimestamp when the task was created
updated_atdatetimeTimestamp when the task was last updated
error_messagestring, nullError details if task failed
tracking_infostring, nullOptional tracking information provided by partner
bridge_tokenstring, nullBridge token used for authentication
data_sourcestringSource of the verification data: payroll, docs, insurance, financial_accounts, or tax
link_idstringID of the associated Link (connection)
is_suspiciousbooleanWhether the task or link is flagged as suspicious
user_idstringID of the user associated with this task
order_idstring, nullID of the order associated with this task

Provider object

AttributeTypeDescription
idstringData provider ID
namestringData provider name
logo_urlstring (uri)Data provider logo image

Endpoints

The list below contains available endpoints for task management.