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
Key | Datatype | Required | Description |
---|---|---|---|
q | string | Gets the first 200 EventLogFile records ordered by most recently updated first. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |