Skip to main content
GET
/
api
/
v1
/
datasets
/
{dataset_id}
/
openai_ft
Error
A valid request URL is required to generate request examples
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

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

Authorizations

X-API-Key
string
header
required

Path Parameters

dataset_id
string<uuid>
required

Query Parameters

as_of
string<date-time> | null

Only modifications made on or before this time are included. If None, the latest version of the dataset is used.

Response

Successful Response