{"info":{"_postman_id":"952da4db-dff5-f8bb-fb2f-2380665407c5","name":"Logs (Okta API)","description":"The [Okta Log API](/docs/api/resources/system_log.html) provides read access to your organization’s system log. The API is intended to export event data as a batch job from your organization to another system for reporting or analysis.","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Get Logs","id":"faa2c5e8-40da-e2b5-2d39-87e0517141ad","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/logs"},"response":[],"_postman_id":"faa2c5e8-40da-e2b5-2d39-87e0517141ad"},{"name":"Get Logs by query string","id":"e097cf09-2a33-9843-73af-d9098f7aeddd","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/api/v1/logs?q=logout","host":["{{url}}"],"path":["api","v1","logs"],"query":[{"key":"q","value":"logout"}]}},"response":[],"_postman_id":"e097cf09-2a33-9843-73af-d9098f7aeddd"},{"name":"Get Logs by eventType filter","id":"b992686d-5a70-368d-586f-c6d08b01506e","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/api/v1/logs?filter=eventType eq \"user.session.end\"","host":["{{url}}"],"path":["api","v1","logs"],"query":[{"key":"filter","value":"eventType eq \"user.session.end\""}]}},"response":[],"_postman_id":"b992686d-5a70-368d-586f-c6d08b01506e"},{"name":"Get Logs since date","id":"04e65208-ceff-948b-84d3-6c923f71c58b","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/api/v1/events?since=2017-03-11","host":["{{url}}"],"path":["api","v1","events"],"query":[{"key":"since","value":"2017-03-11"}]}},"response":[],"_postman_id":"04e65208-ceff-948b-84d3-6c923f71c58b"}]}