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
Default value: 100
The number of logs to fetch per page.
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
Loading...