Monitoring & Collection/Logging
GETLoggingSince 1.0SynchronousAuth Required
ListTailPresets
List saved filter presets for a user or tenant with optional scope filter
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
userUuidStringUUID of the user whose presets to list UUID of the user whose presets to list
tenantIdStringTenant identifier to list presets within Tenant identifier to list presets within
scopeStringScope filter: "personal", "shared", or "all" Scope filter: "personal", "shared", or "all"
Responses
Endpoint
GET/api/v1/logs/tail/presets
/api/v1/logs/tail/presets
Request Example
curl -X GET '{host}/api/v1/logs/tail/presets' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
],
"total": 5,
"limit": 20,
"offset": 20
}Change History
This API has no change history records yet.
