Skip to main content
POST
/
batch-import
/
jobs
/
{jobId}
/
control
Controlar job batch
curl --request POST \
  --url http://api.gu1.ai/batch-import/jobs/{jobId}/control \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.gu1.ai/llms.txt

Use this file to discover all available pages before exploring further.

Endpoint

POST https://api.gu1.ai/batch-import/jobs/{jobId}/control

Descripción

Los permisos dependen del kind.

Autenticación

Authorization: Bearer TU_API_KEY
Content-Type: application/json

Parámetro de ruta

ParámetroDescripción
jobIdId del job

Cuerpo

{
  "kind": "transaction_batch" | "user_event_batch" | "entity_automatic",
  "action": "pause" | "resume" | "cancel"
}
Ver también: Importaciones masivas.