Salesforce allows administrators to track Data Loader login attempts using the Login History page in Setup or by querying the LoginHistory object via the Salesforce API. When a user logs in to Salesforce using Data Loader, the login attempt is recorded in the Login History record's Application field with a specific value that identifies the Data Loader client type and mode used.
This capability helps administrators monitor login activity, identify which users or automated processes are connecting via Data Loader, and audit access patterns for their organization.
To track Data Loader login attempts, navigate to Setup > Login History, or query the LoginHistory object using SOQL or the Salesforce API.
In the Application field of each login record, one of the following values appears to identify the specific Data Loader client and mode:
LoginHistory object using SOQL: SELECT Application, LoginTime, UserId FROM LoginHistory WHERE Application LIKE 'DataLoader%'000387715

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.