Get Connection status
Last updated
Last updated
You can find four different statuses when retrieving a connection status:
PENDING
Connection is still importing data for the first time. This status rarely lasts for more than 5 minutes
READY
Last information extraction for the connection was correct. To know when it happenned, look at the lastSync
field
UPDATING
Connection information is currently being updated. Typically related to manual updates.
ERRORED
Last information extraction encountered an error. To know more about it, look at errorDetails
field.
Found inside the errorDetails object, it indicates the reason for the error happenning
Retrieve the status of a given connection if it belongs to the current app
/api/v1/queries/connections/{token}
Token to identify the connection