Get event logs

GET {{_endpoint}}/services/data/v{{version}}/query/?q=SELECT+FIELDS(ALL)+from+EventLogFile+ORDER+BY+LastModifiedDate+DESC+LIMIT+200

Executes the specified SOQL query.

If the query results are too large, the response contains the first batch of results and a query identifier in the nextRecordsUrl field of the response. The identifier can be used in an additional request to retrieve the next batch. https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_query.htm

Request Params

KeyDatatypeRequiredDescription
qstringGets the first 200 EventLogFile records ordered by most recently updated first.

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring