Saltar al contenido principal
POST
Python (SDK)

Autorizaciones

Authorization
string
header
requerido

Gateway auth: send Authorization: Bearer <mka1-api-key>. For multi-user server-side integrations, you can also send X-On-Behalf-Of: <external-user-id>.

Encabezados

X-On-Behalf-Of
string

Optional external end-user identifier forwarded by the API gateway.

Respuesta

202 - application/json

Está bien

Respuesta al iniciar un trabajo de exportación de comentarios.

started
boolean
requerido

Si se inició una nueva exportación (falso si ya está en ejecución)

status
enum<string>
requerido

Estado actual del trabajo de exportación

Opciones disponibles:
NOT_FOUND,
RUNNING,
COMPLETED,
FAILED,
CANCELLED,
TERMINATED,
CONTINUED_AS_NEW,
TIMED_OUT
progress
object

Información de progreso (disponible al ejecutar)