LangSmith
Forward workflow runs to LangSmith for observability
Send run data to LangSmith to trace executions, attach metadata, and monitor workflow performance.
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
id | string | No | No description |
name | string | Yes | No description |
run_type | string | Yes | No description |
start_time | string | No | No description |
end_time | string | No | No description |
inputs | json | No | No description |
run_outputs | json | No | No description |
extra | json | No | No description |
tags | json | No | No description |
parent_run_id | string | No | No description |
trace_id | string | No | No description |
session_id | string | No | No description |
session_name | string | No | No description |
status | string | No | No description |
error | string | No | No description |
dotted_order | string | No | No description |
events | json | No | No description |
| Parameter | Type | Description |
|---|
accepted | boolean | Whether the run was accepted for ingestion |
runId | string | Run identifier provided in the request |
message | string | Response message from LangSmith |
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
post | json | No | No description |
patch | json | No | No description |
| Parameter | Type | Description |
|---|
accepted | boolean | Whether the batch was accepted for ingestion |
runIds | array | Run identifiers provided in the request |
message | string | Response message from LangSmith |
messages | array | Per-run response messages, when provided |