Keep track of every change to the Kolide API.
This changelog lists additions and updates to the Kolide API, in chronological order.
April 28th, 2026
- Improve SSF (Shared Signals Framework) spec compliance. The
/.well-known/ssf-configurationdiscovery endpoint now advertisesconfiguration_endpointandverification_endpointas required by the SSF spec. Push streams now support anauthorization_headerfield — when set, Kolide includes it as theAuthorizationheader on every SET delivery to that stream’s endpoint, enabling push receivers that require authentication. - Fix SSF stream API responses where the
deliveryfield was returned as a JSON string instead of an object. If you worked around this by parsing thedeliveryfield manually, that workaround can now be removed.
April 20th, 2026
- Add
percent_passingfield toGET /checksandGET /checks/{id}. This integer (0–100) represents the percentage of targeted devices currently passing the check, enabling programmatic compliance monitoring and alerting workflows.
April 7th, 2026
- Add new API version,
2026-04-07. This new version of the API omits theresultsfield onreporting/queriesandreporting/queries/{id}. Query results can be retrived atreporting/queries/{queryId}/results
April 2nd, 2026
- Add
searchable_fieldstoGET /reporting/tablesandGET /reporting/tables/{name}responses, listing the fields available for filtering on each table. - Add
queryparameter support toGET /reporting/tables/{tableName}/table_recordsfor filtering results using the standard search syntax (for examplequery=device_id:123). Device tables supportdevice_id, check tables supportcheck_id, and person tables supportperson_id.
February 2nd, 2026
- Add
last_seen_atfield toGET /devicesandGET /devices/{id}. This timestamp indicates when the device last communicated with the Kolide servers.
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 through 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, 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.
- Make sure
identifieronregistered_owner_infois a string forGET /devicesandGET /devices/{id}. - Make sure
identifieronregistered_owner_infoanddevice_infoare a string forDELETE /devices/{deviceId}/registration. - Make sure
identifieronrequester_information,device_information, andissuesare a string forGET /exemption_requests,GET /exemption_requests/{id},PATCH /exemption_requests/{id}, andPUT /exemption_requests/{id}. - Make sure
identifierondevice_informationandcheck_informationare a string forGET /issuesandGET /issues/{id} - Make sure
identifierondevice_informationis a string forGET /live_query_campaigns/{liveQueryCampgainId}/query_results - Make sure
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.
By accessing or using 1Password Developer Tools, you agree to the API and SDK Terms of Service.
Was this article helpful?
Glad to hear it! If you have anything you'd like to add, feel free to contact us.
Sorry to hear that. Please contact us if you'd like to provide more details.