List record views

View as Markdown

Returns the default view (lazily seeded on first read) plus any custom views for the project+object. Requires data-record:read on the project.

Authentication

AuthorizationBearer

WorkOS session JWT or an organization API key, sent as Authorization: Bearer <token>.

Path parameters

projectIdstringRequired
objectIdstringRequired

Response

The default view and the custom views.
defaultobject
viewslist of objects

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error