v14

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-016793230.7 KB
secure

Start Trace

Starts a trace session for troubleshooting data transformation.

post/api/v1/trace/start

Request body

max_change_recordsinteger
rejected_onlyboolean
timeoutinteger

Example request

{
  "max_change_records": 10,
  "timeout": 20
}

Response

Successful Response

action_idstring nullable

Example response

{
  "action_id": "1234567890"
}