Retrieves a list of records of a specified object.

Parameters

ParameterDescription
Object NameThe name of the object.
For example: Account.

Example Output

{
	"totalSize": 168,
	"done": true,
	"records": [
		{
			"attributes": {
				"type": "<string>",
				"url": "<string>"
			},
			"Id": "<string>",
			"IsDeleted": false,
			"MasterRecordId": null,
			"LastName": "<string>",
			"FirstName": "<string>",
			"Salutation": "<string>",
			"Name": "<string>",
			"Title": "<string>",
			"Company": "<string>",
			"Street": null,
			"City": null,
			"State": null,
			"PostalCode": null,
			"Country": null,
			"Latitude": null,
			"Longitude": null,
			"GeocodeAccuracy": null,
			"Address": null,
			"Phone": "<string>",
			"MobilePhone": null,
			"Fax": null,
			"Email": null,
			"Website": "<string>",
			"PhotoUrl": "<string>",
			"Description": null,
			"LeadSource": "<string>",
			"Status": "<string>",
			"Industry": "<string>",
			"Rating": null,
			"AnnualRevenue": 185732064238,
			"NumberOfEmployees": 54,
			"OwnerId": "<string>",
			"HasOptedOutOfEmail": false,
			"IsConverted": true,
			"ConvertedDate": "2006-08-27",
			"ConvertedAccountId": "<string>",
			"ConvertedContactId": "<string>",
			"ConvertedOpportunityId": "<string>",
			"IsUnreadByOwner": false,
			"CreatedDate": "2025-04-02T05:15:19.000+0000",
			"CreatedById": "<string>",
			"LastModifiedDate": "2025-04-02T05:15:19.000+0000",
			"LastModifiedById": "<string>",
			"SystemModstamp": "<string>",
			"LastActivityDate": null,
			"DoNotCall": false,
			"HasOptedOutOfFax": false,
			"LastViewedDate": null,
			"LastReferencedDate": null,
			"LastTransferDate": "2001-03-11",
			"PartnerAccountId": null,
			"Jigsaw": null,
			"JigsawContactId": null,
			"EmailBouncedReason": null,
			"EmailBouncedDate": null,
			"IndividualId": null,
			"Pronouns": null,
			"GenderIdentity": null,
			"ActionCadenceId": null,
			"ActionCadenceAssigneeId": null,
			"ActionCadenceState": null,
			"ScheduledResumeDateTime": null,
			"ActiveTrackerCount": 1,
			"FirstCallDateTime": null,
			"FirstEmailDateTime": null,
			"ActivityMetricId": null,
			"ActivityMetricRollupId": null
		},
		{
			"attributes": {
				"type": "<string>",
				"url": "<string>"
			},
			"Id": "<string>",
			"IsDeleted": false,
			"MasterRecordId": null,
			"LastName": "<string>",
			"FirstName": "<string>",
			"Salutation": null,
			"Name": "<string>",
			"Title": "<string>",
			"Company": "<string>",
			"Street": null,
			"City": null,
			"State": null,
			"PostalCode": null,
			"Country": null,
			"Latitude": null,
			"Longitude": null,
			"GeocodeAccuracy": null,
			"Address": null,
			"Phone": null,
			"MobilePhone": null,
			"Fax": null,
			"Email": null,
			"Website": "<string>",
			"PhotoUrl": "<string>",
			"Description": null,
			"LeadSource": null,
			"Status": "<string>",
			"Industry": null,
			"Rating": null,
			"AnnualRevenue": null,
			"NumberOfEmployees": null,
			"OwnerId": "<string>",
			"HasOptedOutOfEmail": false,
			"IsConverted": true,
			"ConvertedDate": "2011-10-28",
			"ConvertedAccountId": "<string>",
			"ConvertedContactId": "<string>",
			"ConvertedOpportunityId": "<string>",
			"IsUnreadByOwner": false,
			"CreatedDate": "2025-04-02T05:15:19.000+0000",
			"CreatedById": "<string>",
			"LastModifiedDate": "2025-04-02T05:15:19.000+0000",
			"LastModifiedById": "<string>",
			"SystemModstamp": "<string>",
			"LastActivityDate": null,
			"DoNotCall": false,
			"HasOptedOutOfFax": false,
			"LastViewedDate": null,
			"LastReferencedDate": null,
			"LastTransferDate": "2007-10-10",
			"PartnerAccountId": null,
			"Jigsaw": null,
			"JigsawContactId": null,
			"EmailBouncedReason": null,
			"EmailBouncedDate": null,
			"IndividualId": null,
			"Pronouns": null,
			"GenderIdentity": null,
			"ActionCadenceId": null,
			"ActionCadenceAssigneeId": null,
			"ActionCadenceState": null,
			"ScheduledResumeDateTime": null,
			"ActiveTrackerCount": 1,
			"FirstCallDateTime": null,
			"FirstEmailDateTime": null,
			"ActivityMetricId": null,
			"ActivityMetricRollupId": null
		}
	]
}

Workflow Library Example

List Records with Salesforce and Send Results Via Email

Preview this Workflow on desktop