v4
OpenAPI 3.0.12026-07-3189233676.2 KBTasks
Retrieve a task
The endpoint returns a Task.
get/v1/tasks/{id}/
Response
Example response
{
"id": "48427a36d43c4d5aa6324bc06c692456",
"status": "done",
"product_type": "income",
"provider": {
"id": "adp",
"name": "ADP",
"logo_url": "https://cdn.truv.com/providers/adp.svg"
},
"created_at": "2022-06-07T15:00:00Z",
"updated_at": "2022-06-07T15:30:00Z",
"error_message": "Invalid credentials provided",
"tracking_info": "0c8d444ff53947cd822efca7b3d9ef18",
"bridge_token": "2f67984a110747d190c39e1022c81837",
"data_source": "financial_accounts",
"link_id": "48427a36d43c4d5aa6324bc06c692456",
"user_id": "48427a36d43c4d5aa6324bc06c692456",
"order_id": "48427a36d43c4d5aa6324bc06c692456"
}