Skip to main content
GET
/
api
/
v1
/
feedback
/
tokens
Error
A valid request URL is required to generate request examples
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "url": "<string>",
    "expires_at": "2023-11-07T05:31:56Z",
    "feedback_key": "<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

Query Parameters

run_id
string<uuid>
required

Response

Successful Response

id
string<uuid>
required
url
string
required
expires_at
string<date-time>
required
feedback_key
string
required