Item API
API to manage configuration items and records in Ketryx
Last updated
Was this helpful?
API to manage configuration items and records in Ketryx
Last updated
Was this helpful?
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.
Use this API to query records based on a KQL query.
/projects/{projectId}/items
Ketryx ID of the project to query items for
Index to start at. Defaults to 0.
Maximum number of results to return
/projects/{projectId}/items/{itemId}/records
Ketryx ID of the project
Ketryx ID of the item
Index to start at. Defaults to 0.
Maximum number of results to return
/projects/{projectId}/records
Ketryx ID of the project
KQL query string
Index to start at. Defaults to 0.
Maximum number of results to return