Skip to content

Commit c9ff16e

Browse files
authored
Merge pull request #212 from openai/dev/ryanliu/run_id_param
Spec update for adding run_id param to list messages endpoint
2 parents 9d36a33 + 7012ec2 commit c9ff16e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3310,6 +3310,12 @@ paths:
33103310
description: *pagination_before_param_description
33113311
schema:
33123312
type: string
3313+
- name: run_id
3314+
in: query
3315+
description: |
3316+
Filter messages by the run ID that generated them.
3317+
schema:
3318+
type: string
33133319
responses:
33143320
"200":
33153321
description: OK

0 commit comments

Comments
 (0)