How to check when a connector last pulled data
Last updated: July 4, 2025
To check when a connector last pulled data, you can use the List Connector Schedule Instances API endpoint. This endpoint returns the history of connector polling operations with their timestamps.
Finding the Schedule ID
The endpoint requires a schedule_id parameter, which is automatically generated when a connector is installed. The schedule ID follows this format:
{stackID}-{connectorID}-{capability}For example:
stack123-abc-FETCH_ACCOUNTSTo find the schedule IDs for your connectors, use the List All Connector Schedules endpoint first.
Checking Last Pull Time
Once you have the schedule ID, call the List Connector Schedule Instances endpoint with the schedule ID to see the history of data pulls, including the most recent one.