List views by Sheet

Returns all views for the sheet

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Headers

X-Disable-Hooks"true"Required

Query parameters

sheetIdstringRequired
The associated sheet ID of the view.
pageSizeintegerOptional

Number of prompts to return in a page (default 10)

pageNumberintegerOptional
Based on pageSize, which page of prompts to return

Response

This endpoint returns an object.
datalist of objects
paginationobject
pagination info

Errors

400
Bad Request Error
404
Not Found Error