stack kb security-ai-assistant-api find-conversations cli command
Auth required
Idempotent
Scope: global
elastic stack kb security-ai-assistant-api find-conversations [options]
Get conversations
Behaviour flags:
--dry-run — validate all inputs and exit without performing any action
--fieldsstring[]-
A list of fields to include in the response. If omitted, all fields are returned.
Repeatable: pass
--fieldsmultiple times to supply more than one value --filterstring- A search query to filter the conversations. Can match against titles, messages, or other conversation attributes.
--sort-fieldenum-
The field by which to sort the results. Valid fields are
created_at,title, andupdated_at.Values: created_at, title, updated_at
--sort-orderenum-
The order in which to sort the results. Can be either
ascfor ascending ordescfor descending.Values: asc, desc
--pagenumber- The page number of the results to retrieve. Default is 1.
--per-pagenumber- The number of conversations to return per page. Default is 20.
--is-owner- Whether to return conversations that the current user owns. If true, only conversations owned by the user are returned.
--input-filestring- path to a JSON file to use as command input
--dry-run- validate all inputs and exit without performing any action (preview changes without applying them)
--json-
output as JSON