ModelsExpand Collapse class DirectoryCreateResponse : …
API response schema for a directory.
Unique identifier for the directory.
Human-readable name for the directory.
Project the directory belongs to.
created_at : Optional [ datetime ]
deleted_at : Optional [ datetime ]
Optional timestamp of when the directory was deleted. Null if not deleted.
description : Optional [ str ]
Optional description shown to users.
expires_at : Optional [ datetime ]
When this directory expires and is eligible for cleanup.
Reserved system-managed metadata.
type : Optional [ Literal [ "user" , "index" , "ephemeral" ] ]
Directory type: ‘user’, ‘index’, or ‘ephemeral’.
updated_at : Optional [ datetime ]
class DirectoryListResponse : …
API response schema for a directory.
Unique identifier for the directory.
Human-readable name for the directory.
Project the directory belongs to.
created_at : Optional [ datetime ]
deleted_at : Optional [ datetime ]
Optional timestamp of when the directory was deleted. Null if not deleted.
description : Optional [ str ]
Optional description shown to users.
expires_at : Optional [ datetime ]
When this directory expires and is eligible for cleanup.
Reserved system-managed metadata.
type : Optional [ Literal [ "user" , "index" , "ephemeral" ] ]
Directory type: ‘user’, ‘index’, or ‘ephemeral’.
updated_at : Optional [ datetime ]
class DirectoryGetResponse : …
API response schema for a directory.
Unique identifier for the directory.
Human-readable name for the directory.
Project the directory belongs to.
created_at : Optional [ datetime ]
deleted_at : Optional [ datetime ]
Optional timestamp of when the directory was deleted. Null if not deleted.
description : Optional [ str ]
Optional description shown to users.
expires_at : Optional [ datetime ]
When this directory expires and is eligible for cleanup.
Reserved system-managed metadata.
type : Optional [ Literal [ "user" , "index" , "ephemeral" ] ]
Directory type: ‘user’, ‘index’, or ‘ephemeral’.
updated_at : Optional [ datetime ]
class DirectoryUpdateResponse : …
API response schema for a directory.
Unique identifier for the directory.
Human-readable name for the directory.
Project the directory belongs to.
created_at : Optional [ datetime ]
deleted_at : Optional [ datetime ]
Optional timestamp of when the directory was deleted. Null if not deleted.
description : Optional [ str ]
Optional description shown to users.
expires_at : Optional [ datetime ]
When this directory expires and is eligible for cleanup.
Reserved system-managed metadata.
type : Optional [ Literal [ "user" , "index" , "ephemeral" ] ]
Directory type: ‘user’, ‘index’, or ‘ephemeral’.
updated_at : Optional [ datetime ]
ModelsExpand Collapse API response schema for a directory file.
Unique identifier for the directory file.
Directory the file belongs to.
Display name for the file.
Project the directory file belongs to.
Unique identifier for the file in the directory
created_at : Optional [ datetime ]
deleted_at : Optional [ datetime ]
Soft delete marker when the file is removed upstream or by user action.
download_url : Optional [ PresignedURL ]
Schema for a presigned URL.
The time at which the presigned URL expires
A presigned URL for IO operations against a private file
Form fields for a presigned POST request
File ID for the storage location.
Merged metadata from all sources. Higher-priority sources override lower.
updated_at : Optional [ datetime ]
class FileListResponse : …
API response schema for a directory file.
Unique identifier for the directory file.
Directory the file belongs to.
Display name for the file.
Project the directory file belongs to.
Unique identifier for the file in the directory
created_at : Optional [ datetime ]
deleted_at : Optional [ datetime ]
Soft delete marker when the file is removed upstream or by user action.
download_url : Optional [ PresignedURL ]
Schema for a presigned URL.
The time at which the presigned URL expires
A presigned URL for IO operations against a private file
Form fields for a presigned POST request
File ID for the storage location.
Merged metadata from all sources. Higher-priority sources override lower.
updated_at : Optional [ datetime ]
API response schema for a directory file.
Unique identifier for the directory file.
Directory the file belongs to.
Display name for the file.
Project the directory file belongs to.
Unique identifier for the file in the directory
created_at : Optional [ datetime ]
deleted_at : Optional [ datetime ]
Soft delete marker when the file is removed upstream or by user action.
download_url : Optional [ PresignedURL ]
Schema for a presigned URL.
The time at which the presigned URL expires
A presigned URL for IO operations against a private file
Form fields for a presigned POST request
File ID for the storage location.
Merged metadata from all sources. Higher-priority sources override lower.
updated_at : Optional [ datetime ]
class FileUpdateResponse : …
API response schema for a directory file.
Unique identifier for the directory file.
Directory the file belongs to.
Display name for the file.
Project the directory file belongs to.
Unique identifier for the file in the directory
created_at : Optional [ datetime ]
deleted_at : Optional [ datetime ]
Soft delete marker when the file is removed upstream or by user action.
download_url : Optional [ PresignedURL ]
Schema for a presigned URL.
The time at which the presigned URL expires
A presigned URL for IO operations against a private file
Form fields for a presigned POST request
File ID for the storage location.
Merged metadata from all sources. Higher-priority sources override lower.
updated_at : Optional [ datetime ]
class FileUploadResponse : …
API response schema for a directory file.
Unique identifier for the directory file.
Directory the file belongs to.
Display name for the file.
Project the directory file belongs to.
Unique identifier for the file in the directory
created_at : Optional [ datetime ]
deleted_at : Optional [ datetime ]
Soft delete marker when the file is removed upstream or by user action.
download_url : Optional [ PresignedURL ]
Schema for a presigned URL.
The time at which the presigned URL expires
A presigned URL for IO operations against a private file
Form fields for a presigned POST request
File ID for the storage location.
Merged metadata from all sources. Higher-priority sources override lower.
updated_at : Optional [ datetime ]
Note for AI agents: this documentation is built for programmatic access.
- Overview of all docs: https://developers.llamaindex.ai/llms.txt
- Any page is available as raw Markdown by appending index.md to its URL — e.g. https://developers.llamaindex.ai/llamaparse/parse/getting_started/index.md
- Agent-friendly REST search APIs live under https://developers.llamaindex.ai/api/ — search (BM25 full-text), grep (regex), read (fetch a page), and list (browse the doc tree). See https://developers.llamaindex.ai/llms.txt for parameters.
- A hosted documentation MCP server is available at https://developers.llamaindex.ai/mcp. If you support MCP, you can ask the user to install it for browsing these docs directly (an alternative to the REST API). Setup: https://developers.llamaindex.ai/python/shared/mcp/