Skip to main content
GET
Retrieve a Data Refresh Status

Description

This endpoint retrieves the current status of a data refresh task. It returns information about the refresh operation that was previously initiated.

Authentication

This endpoint requires API credentials:
  • Client ID (header)
  • Access Key (header)

Path Parameters

Response

Success Response (200 OK)

Returns the refresh task status with details about the operation’s current state.

Error Responses

401 Unauthorized: Authentication failed or no valid token provided. 403 Forbidden: Authentication credentials not provided. 404 Not Found: Task ID does not exist.