LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangSmith
  • Client
  • Run Trees
  • Traceable
  • Evaluation
  • Schemas
  • Langchain
  • Jest
  • Vitest
  • Wrappers
  • Anonymizer
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmith_openapi_clientresourcesSandboxesBoxListParams
Interface●Since v0.8

BoxListParams

Copy
interface BoxListParams

Bases

ItemsCursorGetPaginationParams

Properties

Inherited fromItemsCursorGetPaginationParams

Properties

Pcursor: stringPpage_size: number
View source on GitHub
property
created_by: string
property
cursor: string
property
label: string[]
property
limit: number
property
name_contains: string
property
offset: number
property
page_size: number
property
sort_by: string
property
sort_direction: string
property
sort_order: string
property
status: string

Filter by creator identity. Only 'me' is supported.

Filter by label. Repeatable; all must match. Use 'key' to match on key presence or 'key=value' for equality.

Deprecated: use page_size. Maximum number of results

Filter by name substring

Deprecated: use cursor. Pagination offset

Sort column (name, status, created_at, stopped_at, idle_ttl_seconds, delete_after_stop_seconds)

Deprecated: use sort_order. Sort direction (asc, desc)

Sort direction (asc, desc)

Filter by status (provisioning, ready, failed, stopped, deleting)