Skip to main content
POST
/
api
/
v1
/
runs
/
group
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

Headers

accept
string | null

Body

application/json
session_id
string<uuid>
required
group_by
enum<string>
required
Available options:
conversation
filter
string | null
start_time
string<date-time> | null
end_time
string<date-time> | null
offset
integer
default:0
Required range: x >= 0
limit
integer
default:10
Required range: 1 <= x <= 100

Response

Successful Response