JUMP TOCTRL-/K2 API/audit_logsFetch a list of Audit logsget/audit_logs/{id}Fetch information for a specific Audit logget/whoamiFetch information about the organizationget/devices/{deviceId}/open_issuesFetch a list of Issuesget/devices/{deviceId}/authentication_modeUpdate an existing Device authentication modepatchUpdate an existing Device authentication modeput/devices/{deviceId}/registrationDelete a device registrationdelete/devices/{deviceId}/check_refreshesCreate a new Check refreshpost/devices/{deviceId}/check_resultsFetch a list of Check resultsget/devicesFetch a list of Devicesget/devices/{id}Fetch information for a specific DevicegetDelete a specific Devicedelete/issuesFetch a list of Issuesget/issues/{id}Fetch information for a specific Issueget/deprovisioned_peopleFetch a list of the people that have been deprovisionedget/packagesFetch a list of Packagesget/packages/{id}Fetch information for a specific Packageget/people/{personId}/registered_devicesFetch a list of Devicesget/people/{personId}/open_issuesFetch a list of Issuesget/peopleFetch a list of Peopleget/people/{id}Fetch information for a specific Personget/person_groupsFetch a list of Person groupsget/person_groups/{id}Fetch information for a specific Person groupget/auth_logsFetch a list of Auth log sessionsget/auth_logs/{id}Fetch information for a specific Auth log sessionget/device_groups/{deviceGroupId}/devicesFetch a list of Devicesget/device_groups/{deviceGroupId}/membershipsAdd a Device to the Device Grouppost/device_groups/{deviceGroupId}/memberships/{id}Remove a specified Device from the Device Groupdelete/device_groupsFetch a list of Device groupsget/device_groups/{id}Fetch information for a specific Device groupget/live_query_campaigns/{liveQueryCampaignId}/query_resultsFetch a list of Live query resultsget/live_query_campaignsFetch a list of Live query campaignsgetCreate a new Live query campaignpost/live_query_campaigns/{id}Fetch information for a specific Live query campaigngetUpdate an existing Live query campaignpatchUpdate an existing Live query campaignputDelete a specific Live query campaigndelete/checks/{checkId}/resultsFetch a list of Check resultsget/checks/{checkId}/configurationsFetch information for a specific Check configurationgetUpdate an existing Check configurationpatchUpdate an existing Check configurationput/checksFetch a list of Checksget/checks/{id}Fetch information for a specific Checkget/exemption_requestsFetch a list of Exemption requestsget/exemption_requests/{id}Fetch information for a specific Exemption requestgetUpdate an existing Exemption requestpatchUpdate an existing Exemption requestput/registration_requestsFetch a list of Registration requestsget/registration_requests/{id}Fetch information for a specific Registration requestgetUpdate an existing Registration requestpatchUpdate an existing Registration requestput/reporting/tables/{tableName}/table_recordsFetch a list of Table recordsget/reporting/tablesFetch a list of Reporting tablesget/reporting/tables/{name}Fetch information for a specific Reporting tableget/reporting/queriesFetch a list of Report queriesget/reporting/queries/{id}Fetch information for a specific Report queryget/admin_usersFetch a list of Admin usersget/admin_users/{id}Fetch information for a specific Admin usergetPowered by Fetch information for a specific Auth log sessionget https://api.kolide.com/auth_logs/{id}Log in to see full request historyURL ExpiredThe URL for this request expired after 30 days.Path ParamsidstringrequiredThe id of the authLogSessionHeadersx-kolide-api-versionstringrequiredDefaults to 2023-05-26Specify the API version to be usedResponses 200An Auth Log Session is a summarization of an end-user's experience when signing into apps via Kolide Device Trust authentication. An Auth Log Session is created when an end-user is first redirected to Kolide to complete the Device Trust authentication flow and is updated as the end-user or the system perform actions during the session. These actions are considered Auth Log Events and are associated with the Auth Log Session.Response bodyobjectidstringThe canonical identifier for this auth sessiontimestampdate-timeThe timestamp representing the start of the auth eventperson_namestringThe name of the person triggering the eventperson_emailstringThe email address of the person triggering the eventperson_infoobjectInformation for fetching the complete data on the person triggering this eventidentifierstringthe canonical identifier for this objectlocationurlthe API URL where complete information about this object can be founddevice_infoobjectInformation for fetching the complete data on the device triggering this eventidentifierstringthe canonical identifier for this objectlocationurlthe API URL where complete information about this object can be foundresultstringThe result of the authentication attempt Success Failinitial_statusstringThe initial auth status of the device attempting authentication. One of 'all_good', 'will_Block', 'blocked' or 'unknown' if no device was detected. "ip_addressstringIP address of the request initiating this event. May be IPv4 or IPv6agent_versionstringVersion of the Kolide Agent running on the endpoint if knowncountrystringThe name of the country that the session originated from. This location data is determined via IP address, and is subject to the limitations of IP geocoding. See https://www.kolide.com/docs/admins/auth-logs for details on location accuracy.citystringCity that the session originated from. This location data is determined via IP address, and is subject to the limitations of IP geocoding. See https://www.kolide.com/docs/admins/auth-logs for details on location accuracy.browser_namestringThe common name of the browser used to initiate this session. See https://www.kolide.com/docs/admins/auth-logs for details on browser detection accuracy.browser_user_agentstringThe user agent information for the browser used to initiate this session. See https://www.kolide.com/docs/admins/auth-logs for details on browser detection accuracy.issues_displayedarray of objectsA list of Issue titles & blocking status that were displayed to the end userissues_displayedobjecttitlestringThe title of the Issueblocking_statusstringThe blocking status of the Issue - either 'blocked' or 'will_block'idstringcanonical identifier for the issuelinkstringAPI URL where complete information about this issue can be foundeventsarray of objectsThe events that occured during this authentication sessioneventsobjecttimestampdate-timeThe timestamp representing the start of the auth eventevent_typestringThe specific event type. Possibilities documented at https://app.kolide.com/docs/admins/auth-logs#event-typesevent_descriptionstringA brief description of the event 401An 'unauthorized' response may occur for features restricted by or unavailable to your organizationResponse bodyobjecterrorstringan error message describing why the endpoint is unavailable 403A 'forbidden' response may occur if the API key does not have necessary permissions to perform certain actionsResponse bodyobjecterrorstringa succinct error messagemessagestringA longer-form error message explaining the reason for the responseUpdated over 1 year ago Fetch a list of Auth log sessions/device_groups/{deviceGroupId}/devicesDid this page help you?YesNo