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
limit number
Possible values: <= 300
The number of logs to fetch per page.
Default value:
100
timestamp string
The date of time from which to fetch the logs, in ISO format IE 2022-04-23T18:25:43.511Z
.
log_id string
The identifier of the log.
direction string
Possible values: [up
, down
]
Determines whether to fetch logs before or after the specified timestamp.
Responsesโ
- 200
Default Response