Skip to content

Commit

Permalink
add run_id param to list messages endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfryan committed Apr 1, 2024
1 parent 9d36a33 commit 7012ec2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7012ec2

Please sign in to comment.