v1
latestOpenAPI 3.1.02026-07-26132249.4 KBAPI
FFmpeg Commands
Get list of commands sent
Get the statuses of a previously submitted FFmpeg commands, ordered by creation time - descending.
get/v1/commands
Query parameters
limitinteger
Maximum number of commands to return
Maximum number of commands to return
offsetinteger
Number of commands to skip before starting to collect the result set
Number of commands to skip before starting to collect the result set
Response
Successful Response
Example response
[
{
"command_id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2024-01-01T00:00:00Z",
"environment_name": "main",
"ffmpeg_command_run_seconds": 19.58,
"output_file_count": 2,
"processing_quota_used": 2.4,
"processing_seconds": 24.96,
"status": "SUCCESS",
"storage_quota_used": 0.85
}
]