20 lines
441 B
YAML
20 lines
441 B
YAML
name: status
|
|
in: query
|
|
required: false
|
|
description: |
|
|
Filter recordings by their status.
|
|
|
|
You can provide multiple statuses as a comma-separated list (e.g., `status=active,failed`).
|
|
|
|
> ⚠️ **Note:** Using this filter may impact performance for large datasets.
|
|
schema:
|
|
type: string
|
|
enum:
|
|
- starting
|
|
- active
|
|
- ending
|
|
- complete
|
|
- failed
|
|
- aborted
|
|
- limit_reached
|