Import a list of LangSmith Run objects (verbatim export format)
Accept a bare list of LangSmith Run exports — no wrapping required.
POST LangSmith’s verbatim Run shape ([run, run, ...]); this endpoint maps
its field names (inputs/outputs/start_time) onto DecimalAI’s
(input/output/start_time_ms) for you. Use /api/v1/import/traces
instead if your payload is already in DecimalAI’s shape and wrapped as
{"traces": [...]}.
Imported runs go through the same ingest path as /import/traces, which
auto-registers a baseline manifest per agent — you do not have to model
manifests before migrating.
Authorizations
Enter your API key (e.g. dai_sk_test_key_001)
Headers
Cookies
Body
Response
Mapped + imported successfully
The response is of type Response Import Langsmith Api V1 Import Langsmith Post · object.