From 7012ec21e7275430cfb651584c1b7063d8f98272 Mon Sep 17 00:00:00 2001 From: Ryan Liu Date: Mon, 1 Apr 2024 11:28:49 -0700 Subject: [PATCH] add run_id param to list messages endpoint --- openapi.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index d8d76d14..ddfd3717 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -3310,6 +3310,12 @@ paths: description: *pagination_before_param_description schema: type: string + - name: run_id + in: query + description: | + Filter messages by the run ID that generated them. + schema: + type: string responses: "200": description: OK