feat(core): sort agents by updated_at [LET-7771] (#9730)

feat(core): sort agents by last_updated_at
This commit is contained in:
Christina Tong
2026-03-02 13:10:43 -07:00
committed by Caren Thomas
parent c247496027
commit c8ae02a1fb
3 changed files with 8 additions and 2 deletions

View File

@@ -4274,7 +4274,7 @@
"in": "query",
"required": false,
"schema": {
"enum": ["created_at", "last_run_completion"],
"enum": ["created_at", "updated_at", "last_run_completion"],
"type": "string",
"description": "Field to sort by",
"default": "created_at",