Skip to main content
GET
List all views

Authorizations

Authorization
string
header
required

Use a project private API key via Authorization: Bearer <key>.

Response

200 - application/json

Successful response

id
string
Example:

"1234abcd"

name
string
Example:

"LLM Conversations"

data
(string | object)[]
Example:
columns
object
icon
string
Example:

"chat"

type
enum<string>
Available options:
llm,
thread,
trace
Example:

"llm"

projectId
string
Example:

"project123"

ownerId
string
Example:

"user456"

updatedAt
string<date-time>
Example:

"2023-04-01T12:00:00Z"