curl --request GET \
--url https://platform.kodexa.ai/api/applied-knowledge-sets/knowledge-sets/{knowledgeSetId}/outdated \
--header 'x-api-key: <api-key>'{}Returns applied knowledge sets that reference outdated snapshots (snapshot doesn’t match the current knowledge set snapshot).
curl --request GET \
--url https://platform.kodexa.ai/api/applied-knowledge-sets/knowledge-sets/{knowledgeSetId}/outdated \
--header 'x-api-key: <api-key>'{}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Unique identifier (UUID) of the knowledge set.
Page number (1-indexed). Defaults to 1.
Number of items per page (1-1000). Defaults to 20, maximum 1000.
Sort expression as field:direction. Separate multiple sort fields with ;. Direction defaults to asc; use desc for descending order.
SpringFilter expression. Supported operators: == (equals), != (not equals), =like= (wildcard match with *), =in= (in list), > / >= / < / <= (comparison), is null, is not null. Combine with and or ; (AND), or or , (OR). Example: name=='Acme Corp' and status=='ACTIVE'
Full-text search query matching against the entity's searchable fields.
List of outdated applications
The response is of type object.