Pular para o conteúdo principal
POST
Python (SDK)

Autorizações

Authorization
string
header
obrigatório

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>.

Cabeçalhos

X-On-Behalf-Of
string

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

Resposta

202 - application/json

OK

Resposta ao iniciar um trabalho de exportação de feedback.

started
boolean
obrigatório

Se uma nova exportação foi iniciada (falso se já estiver em execução)

status
enum<string>
obrigatório

Status atual do trabalho de exportação

Opções disponíveis:
NOT_FOUND,
RUNNING,
COMPLETED,
FAILED,
CANCELLED,
TERMINATED,
CONTINUED_AS_NEW,
TIMED_OUT
progress
object

Informações de progresso (disponível durante a execução)