Changelog
Keep track of every change to the Kolide API.
This changelog lists additions and updates to the Kolide API, in chronological order.
October 13th, 2025
- Add
people/{personId}/person_groupsendpoint.
October 3rd, 2025
- Add
person_groups/{personGroupId}/peopleendpoint.
August 5th, 2025
- Add searchable
person_namefield in the/auth_logsendpoint. - Add searchable
person_emailfield in the/auth_logsendpoint. - Add searchable
person_idfield in the/auth_logsendpoint. - Add searchable
device_idfield in the/auth_logsendpoint. - Add searchable
resultfield in the/auth_logsendpoint.
July 24th, 2025
- Add
reporting/queries/{queryId}/resultsendpoint providing paginated reporting query results. - Allow omitting
resultsin the/reporting/queriesand/reporting/queries/{id}endpoints via theomit_results=1URL query parameter. API responses may time out for reporting queries with large resultsets. In such cases, results can be omitted from these responses by including a URL query parameter ofomit_results=1. To retrieve query resultsets in a paginated fashion, please use the new/reporting/queries/{queryId}/resultsendpoint.
March 14th, 2025
- Add searchable
device_display_namefield in thechecks/{checkId}/results/endpoint. - Add searchable
device_display_namefield in thedevices/{deviceId}/check_results/endpoint. - Add searchable
check_namefield in thechecks/{checkId}/results/endpoint. - Add searchable
check_namefield in thedevices/{deviceId}/check_results/endpoint. - Add searchable
statusfield in thechecks/{checkId}/results/endpoint. - Add searchable
statusfield in thedevices/{deviceId}/check_results/endpoint.
February 4th, 2025
- Add searchable
idfield in the/peopleendpoint.
January 21st, 2025
- Add
whoami/endpoint.
January 17th, 2025
- Add
devices/{deviceId}/check_results/endpoint.
December 12th, 2024
- Add
kolide_providedfield in the/checksendpoint.
November 19th, 2024
- Add updatable
optionsfield to thechecks/{checkId}/configurations/endpoint.
November 14th, 2024
- Add update support to the
checks/{checkId}/configurations/endpoint.
October 21st, 2024
- Add
checks/{checkId}/configurations/endpoint.
October 3rd, 2024
- Add
checks/{checkId}/results/endpoint.
September 11th, 2024
- Add support for
device_trust.status_changedwebhooks. This event is sent when a device’s authentication status changes.
September 6th, 2024
- Add searchable
check_slugfield in thechecksendpoint.
July 24th, 2024
- Add
osquery_sql_template,issue_title,fix_instructions_template, andrationale_templatefields toGET /checksandGET /checks/{checkId}endpoints.
July 2nd, 2024
- Add support for deleting Live Query campaigns
June 27th, 2024
June 21st, 2024
- Add support for
admin_users.createdwebhook events. This event is sent when a new admin user is created.
June 17th, 2024
Bug fix: This makes the responses match the documented types.
- Ensure
identifieronregistered_owner_infois a string forGET /devicesandGET /devices/{id}. - Ensure
identifieronregistered_owner_infoanddevice_infoare a string forDELETE /devices/{deviceId}/registration. - Ensure
identifieronrequester_information,device_information, andissuesare a string forGET /exemption_requests,GET /exemption_requests/{id},PATCH /exemption_requests/{id}, andPUT /exemption_requests/{id}. - Ensure
identifierondevice_informationandcheck_informationare a string forGET /issuesandGET /issues/{id} - Ensure
identifierondevice_informationis a string forGET /live_query_campaigns/{liveQueryCampgainId}/query_results - Ensure
identifieronrequester_informationanddevice_informationare a string forGET /registration_requests,GET /registration_requests/{id},PATCH /registration_requests/{id}, andPUT /registration_requests/{id}
June 15th, 2024
- Deprecate
internal_denial_reasonin favor ofinternal_messageforPATCH /registration_requests/{id}to support adding a note when approving requests. More details.
June 3rd, 2024
- Add create support to
/live_query_campaignsendpoint. - Add update support to
/live_query_campaignsendpoint.
March 28th, 2024
- Add
people/{personId}/open_issues/endpoint.
March 21st, 2024
- Add support for
auth_logs.failurewebhooks. This event is sent when an end-user attempts to authenticate through Kolide but never successfully finishes the authentication attempt.
March 12th, 2024
- Add
will_block_atfiltering to/devicesendpoint.
March 11th, 2024
- Add support for
auth_logs.successwebhooks. This event is sent when an end-user successfully completes an SSO authentication through Kolide.
March 5th, 2024
- Add searchable
last_rechecked_atfield in theissuesendpoint.
January 22nd, 2024
- Add
/packagesand/packages/{id}endpoints for information about agent installation packages.