Add agentNames to the endpoint index

This commit is contained in:
2025-07-31 16:51:26 +07:00
parent 6cd28a4edb
commit 857ca348ba
4 changed files with 53 additions and 34 deletions

View File

@@ -54,4 +54,9 @@ public class PaginatedAgentIndexResponse
/// Sort order (asc or desc)
/// </summary>
public string SortOrder { get; set; } = "desc";
/// <summary>
/// Comma-separated list of agent names used for filtering (if any)
/// </summary>
public string? FilteredAgentNames { get; set; }
}