CreateFilteredTailSession
Create a live-tail session with a compound multi-criteria filter
/api/v1/logs/tail/filtered-sessionsOperation ID
CreateFilteredTailSessionSince
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
tenantIdStringRequiredTenant identifier for quota enforcement and session ownership
Example: tenant-xyz
userUuidStringRequiredUUID of the user creating this filtered session
Example: user-001-abc
filterObjectRequiredFilter 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
serviceStringRequiredService name to restrict the tail stream to
Example: order-service
