Item API
API to manage configuration items and records in Ketryx
Ketryx exposes an API to manage configuration items programmatically. See also the documentation on authentication and API keys and webhooks.
These API endpoints generally use pagination, based on the query parameters startAt
and maxResults
. The maximum number of entries to return at once is 1000. The effective values of startAt
and maxResults
is also returned as part of the API response.
Items
Item records
Query project records
Use this API to query records based on a KQL query.
Last updated