Pular para o conteúdo principal
GET
/
renders
List renders
curl --request GET \
  --url https://api.cut.pro/api/v1/renders \
  --header 'X-Api-Key: <api-key>'
{
  "renders": [
    {
      "render_id": "<string>",
      "edit_setting_id": "<string>",
      "name": "<string>",
      "progress": 123,
      "output_resolution": "<string>",
      "created_at": "<string>",
      "started_at": "<string>",
      "completed_at": "<string>"
    }
  ],
  "pagination": {
    "current_page": 123,
    "total_pages": 123,
    "total_count": 123,
    "has_next_page": true,
    "has_previous_page": true,
    "limit": 123
  }
}

Autorizações

X-Api-Key
string
header
obrigatório

Parâmetros de consulta

page
number

Page number (default: 1)

Intervalo obrigatório: x >= 1
limit
number

Items per page (default: 20, max: 100)

Intervalo obrigatório: 1 <= x <= 100
status
enum<string>
Opções disponíveis:
processing,
completed,
failed

Resposta

200 - application/json

Response for status 200

renders
object[]
obrigatório
pagination
object
obrigatório
Última modificação em 6 de junho de 2026