Attributes
The attributes of Tasks are below.| Attribute | Type | Description |
|---|---|---|
| id | string | Unique ID of the task |
| status | string | Current status of the task. See Task Lifecycle for all status values, error states, and recommended actions. |
| product_type | string | Type of data product being processed: income, employment, deposit_switch, pll, insurance, transactions, or assets |
| provider | object | Data provider that served this task (see Provider object) |
| created_at | datetime | Timestamp when the task was created |
| updated_at | datetime | Timestamp when the task was last updated |
| error_message | string, null | Error details if task failed |
| tracking_info | string, null | Optional tracking information provided by partner |
| bridge_token | string, null | Bridge token used for authentication |
| data_source | string | Source of the verification data: payroll, docs, insurance, financial_accounts, or tax |
| link_id | string | ID of the associated Link (connection) |
| is_suspicious | boolean | Whether the task or link is flagged as suspicious |
| user_id | string | ID of the user associated with this task |
| order_id | string, null | ID of the order associated with this task |
Provider object
| Attribute | Type | Description |
|---|---|---|
| id | string | Data provider ID |
| name | string | Data provider name |
| logo_url | string (uri) | Data provider logo image |