SaveTailPreset
Save a reusable filter configuration as a named preset for future sessions
/api/v1/logs/tail/presetsOperation ID
SaveTailPresetSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
userUuidStringRequiredUUID of the user saving this preset
Example: user-001-abc
tenantIdStringRequiredTenant identifier for preset ownership
Example: tenant-xyz
presetObjectRequiredPreset for this resource
idStringUnique identifier of this filter preset
Example: preset-001
nameStringHuman-readable name of the filter preset
Example: Production Errors
userUuidStringUUID of the user who owns this preset
Example: user-001-abc
tenantIdStringTenant identifier for multi-tenant preset ownership
Example: tenant-xyz
filterObjectFilter for this resource
includeKeywordsListInclude keywords
Example: item1,item2
excludeKeywordsListExclude keywords
Example: item1,item2
regexStringRegular expression pattern to match against log message content
Example: error.*timeout
logLevelMinStringMinimum log level to include; entries below this level are excluded
Example: warn
serviceFilterStringService name filter to restrict matching to a specific service
Example: payment-service
isSharedBooleanWhether this preset is shared with all users in the tenant
Example: false
createdAtStringCreated at
Example: 2026-01-15T08:00:00Z
