Get an integration's audit logs
GET/v1/integration/:identifier/logs
This route allows you to fetch the audit logs of a specific integration in your Port organization.
To learn more about integrations, check out the documentation.
Request
Path Parameters
identifier stringrequired
The installation id of the integration.
Query Parameters
page number
Possible values: >= 1
Default value: 1
The number of pages to fetch.
per_page number
Possible values: <= 300
Default value: 100
The number of logs to fetch per page.
start_date string
The start date of the logs, in ISO format IE 2022-04-23T18:25:43.511Z
.
end_date string
The end date of the logs, in ISO format IE 2022-04-23T18:25:43.511Z
.
Responses
- 200
Default Response
Loading...