Skip to main content
GET
Get a specific view

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

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"