Skip to main content
GET
Retrieve a data refresh status

Authorizations

X-Access-Client-Id
string
header
required

Client ID

X-Access-Secret
string
header
required

Client Access Key

Path Parameters

task_id
string
required

Task ID received from the POST request

Response

Link data refresh task

id
string
required

Unique refresh task ID

Maximum string length: 32
Example:

"24d7e80942ce4ad58a93f70ce4115f5c"

refresh_date
string<date>
required

Date of the data refresh (Deprecated, invalid datetime format)

Example:

"2020-03-10"

status
enum<string>
required

Refresh task status. Includes in-progress statuses (new, login, mfa, parse, full_parse, switch_deposit, session_expired) that appear while the refresh is still running, and the terminal statuses shared with tasks.

Available options:
new,
login,
mfa,
parse,
full_parse,
switch_deposit,
session_expired,
done,
error,
login_error,
account_locked,
mfa_error,
config_error,
no_data,
unavailable,
unable_to_reset,
not_supported
Example:

"new"

created_at
string

Time when refresh task was created

Example:

"2021-04-06T11:30:00Z"