LangSmith integration (AI, Developer Tools). Imported from open-connector.
https://api.smith.langchain.com/api/v1/workspaces
| Param | Type | Required | Description |
|---|---|---|---|
| include_deleted | boolean | optional | Whether to include deleted workspaces in the response. |
| data_plane_id | string | optional | The LangSmith UUID. |
/api/v1/sessions
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | optional | A non-empty project name. |
| name_contains | string | optional | A non-empty project name fragment. |
| include_stats | boolean | optional | Whether LangSmith should include project statistics. |
| sort_by_desc | boolean | optional | Whether LangSmith should sort descending. |
| offset | integer | optional | The number of records to skip. |
| limit | integer | optional | The maximum number of records to return. |
/api/v1/sessions/{projectId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The LangSmith UUID. |
| include_stats | boolean | optional | Whether LangSmith should include project statistics. |
/api/v1/sessions
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The project name. |
| description | string | optional | The project description. |
| start_time | string | optional | The project start timestamp. |
| end_time | string | optional | The project end timestamp. |
| extra | object | optional | A JSON object forwarded to or returned by LangSmith. |
| default_dataset_id | string | optional | The LangSmith UUID. |
| reference_dataset_id | string | optional | The LangSmith UUID. |
| upsert | boolean | optional | Whether LangSmith should upsert a project with the same name. |
/api/v1/datasets
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | optional | A non-empty dataset name. |
| name_contains | string | optional | A non-empty dataset name fragment. |
| data_type | string | optional | The LangSmith dataset data type. |
| offset | integer | optional | The number of records to skip. |
| limit | integer | optional | The maximum number of records to return. |
/api/v1/datasets/{datasetId}
| Param | Type | Required | Description |
|---|---|---|---|
| datasetId | string | required | The LangSmith UUID. |
/api/v1/datasets
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The dataset name. |
| description | string | optional | The dataset description. |
| data_type | string | optional | The LangSmith dataset data type. |
| inputs_schema_definition | object | optional | A JSON object forwarded to or returned by LangSmith. |
| outputs_schema_definition | object | optional | A JSON object forwarded to or returned by LangSmith. |
| metadata | object | optional | Provider-defined metadata forwarded to LangSmith. |
| externally_managed | boolean | optional | Whether the dataset is externally managed. |
/api/v1/examples
| Param | Type | Required | Description |
|---|---|---|---|
| datasetId | string | optional | The LangSmith UUID. |
| full_text_contains | array | optional | Text fragments that LangSmith should search for. |
| as_of | string | optional | The dataset version timestamp or latest. |
| offset | integer | optional | The number of records to skip. |
| limit | integer | optional | The maximum number of records to return. |
/api/v1/examples/{exampleId}
| Param | Type | Required | Description |
|---|---|---|---|
| exampleId | string | required | The LangSmith UUID. |
| datasetId | string | optional | The LangSmith UUID. |
| as_of | string | optional | The dataset version timestamp or latest. |