List all audio files in a dataset with pagination.
Supports filtering by processing status:
cURL
curl --request GET \ --url https://api.example.com/api/v1/datasets/{dataset_id}/audio \ --header 'X-API-Key: <api-key>'
{ "items": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "original_filename": "<string>", "file_size_bytes": 123, "duration_ms": 123, "processing_status": "pending", "created_at": "2023-11-07T05:31:56Z" } ], "total": 123, "page": 123, "page_size": 123, "has_more": true }
Page number
x >= 1
Items per page
1 <= x <= 100
Filter by processing status
Successful Response
Paginated audio file list response.
Show child attributes