- parameters={[{"schema":{"type":"string"},"in":"query","name":"identifier","required":false,"description":"An identifier of the log event you want to fetch."},{"schema":{"type":"string"},"in":"query","name":"entity","required":false,"description":"Fetch all audit logs related to the specified entity."},{"schema":{"type":"string"},"in":"query","name":"blueprint","required":false,"description":"Fetch all audit logs related to the specified blueprint."},{"schema":{"type":"string"},"in":"query","name":"run_id","required":false,"description":"Fetch all audit logs related to the specified action run."},{"schema":{"type":"string"},"in":"query","name":"webhookId","required":false,"description":"Fetch all audit logs related to the specified webhook."},{"schema":{"type":"string"},"in":"query","name":"webhookEventId","required":false,"description":"Fetch all audit logs related to the specified webhook event."},{"schema":{"type":"array","items":{"type":"string"}},"in":"query","name":"origin","required":false,"style":"form","explode":true,"description":"Fetch all audit logs coming from the specified origin/s. This refers to the integration/s that triggered the log. For operations performed via Port's UI, the origin will be `UI`."},{"schema":{"type":"string"},"in":"query","name":"InstallationId","required":false,"description":"Fetch all audit logs related to the specified integration."},{"schema":{"anyOf":[{"type":"array","items":{"enum":["blueprint","entity","run","webhook","scorecard","action","integration"]}},{"type":"string","enum":["blueprint","entity","run","webhook","scorecard","action","integration"]}]},"in":"query","name":"resources","required":false,"style":"form","explode":true,"description":"**Possible values**: [`blueprint`, `entity`, `run`, `webhook`, `scorecard`, `action`, `integration`] <br> Fetch all audit logs related to the specified resource type/s. \n"},{"schema":{"type":"array","items":{"enum":["action","context","diff","identifier","resourceType","status","trigger","additionalData","message"]}},"in":"query","name":"includes","required":false,"style":"form","explode":true,"description":"The fields you want to include in the response. If used, only the specified fields will be included in the response."},{"schema":{"type":"string","format":"date-time"},"in":"query","name":"from","required":false,"description":"The starting timestamp of the audit logs you want to fetch, in the ISO format `2022-04-23T18:25:43.511Z`."},{"schema":{"type":"string","format":"date-time"},"in":"query","name":"to","required":false,"description":"The ending timestamp of the audit logs you want to fetch, in the ISO format `2022-04-23T18:25:43.511Z`."},{"schema":{"type":"string"},"in":"query","name":"action","required":false,"description":"Fetch all audit logs with the specified action type - `CREATE`, `UPDATE`, or `DELETE`."},{"schema":{"type":"string","enum":["SUCCESS","FAILURE"]},"in":"query","name":"status","required":false,"description":"Fetch all audit logs with the specified status."},{"schema":{"type":"number"},"in":"query","name":"limit","required":false,"description":"The maximum number of logs to fetch."},{"schema":{"type":"string","enum":["automation","self-service"]},"in":"query","name":"actionType","required":false}]}
0 commit comments