For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Where to start in the list. Use this with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query limit.
filterstringOptional
A filter to apply to the list of views. Supports the following fields and operators: `name` (equals, notEquals, startsWith, contains, anyOf), `key` (equals, notEquals, startsWith, contains, anyOf), `tag` (equals, anyOf), `maintainerId` (equals, anyOf), `isPayloadView` (equals).
expandlist of enumsOptional
A comma-separated list of fields to expand.
Response
Successful response
idstringformat: "string"
Unique ID of this view
accountIdstring
ID of the account that owns this view
projectIdstring
ID of the project this view belongs to
projectKeystring
Key of the project this view belongs to
keystring
Unique key for the view within the account/project
namestring
Human-readable name for the view
descriptionstring
Optional detailed description of the view
_affectsSdkPayloadboolean
Whether this view is used to filter SDK payloads
versioninteger
Version number for tracking changes
tagslist of strings
Tags associated with this view
createdAtlong
updatedAtlong
deletedbooleanDefaults to false
Whether this view is deleted
_accessobjectOptional
_linksobjectOptional
The location and content type of related resources
deletedAtlongOptional
maintainerobjectOptional
flagsSummaryobjectOptional
segmentsSummaryobjectOptional
metricsSummaryobjectOptional
aiConfigsSummaryobjectOptional
resourceSummaryobjectOptional
flagsExpandedobjectOptional
Details on linked flags for a view - requires passing the ‘allFlags’ expand field
segmentsExpandedobjectOptional
Details on linked segments for a view - requires passing the ‘allSegments’ expand field
metricsExpandedobjectOptional
aiConfigsExpandedobjectOptional
resourcesExpandedobjectOptional
Details on linked resources for a view - requires passing the ‘allResources’ expand field
generateSdkKeysbooleanOptionalRead-onlyDeprecated
Deprecated compatibility field. Mirrors _affectsSdkPayload during rollout.
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error
A filter to apply to the list of views. Supports the following fields and operators: name (equals, notEquals, startsWith, contains, anyOf), key (equals, notEquals, startsWith, contains, anyOf), tag (equals, anyOf), maintainerId (equals, anyOf), isPayloadView (equals).