Loading

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

--fields string
A list of fields to include in the response. If omitted, all fields are returned.
--filter string
A search query to filter the conversations. Can match against titles, messages, or other conversation attributes.
--sort-field string
The field by which to sort the results. Valid fields are created_at, title, and updated_at.
--sort-order string
The order in which to sort the results. Can be either asc for ascending or desc for descending.
--page number
The page number of the results to retrieve. Default is 1.
--per-page number
The number of conversations to return per page. Default is 20.
--[no-]is-owner
Whether to return conversations that the current user owns. If true, only conversations owned by the user are returned.
--input-file string
path to a JSON file to use as command input
--[no-]dry-run
validate all inputs and exit without performing any action (preview changes without applying them)
--[no-]json

output as JSON