Retrieve a paginated list of artifacts for a specific project, with optional filtering and sorting parameters.
The ID of the project.
A comma-separated list of artifact states to filter by. Example: 'Published,Processing'. If not provided, defaults to [Published, Processing].
Initializing, Processing, Draft, Deleted, Published, Unavailable, Error A comma-separated list of artifact ingest statuses to filter by. Example: 'Ingested,Failed'. If not provided, defaults to all statuses.
NotApplicable, NotStarted, Processing, Parsing, Storing, Done, Error A comma-separated list of artifact types to filter by. Example: 'Document,Image'.
InlineText, Document, Folder, Summary, Composition, SmartDoc, Link, BulkQA, ReadAndExtract, SqlDatabase, McpServer The field by which to order the results. Example: 'createdAt', 'name'.
Alphabetical The sort order for the results: ASC for ascending, DESC for descending. Defaults to ASC.
ASC, DESC, ASC_NULLS_FIRST, DESC_NULLS_FIRST, ASC_NULLS_LAST, DESC_NULLS_LAST Filter results by the user ID who created the artifact.
Text to filter artifacts by. Performs a text search over artifacts.
Defines the parent artifact used to scope the search. If omitted, the search targets root-level artifacts. If provided, results are scoped to that artifact’s direct children.
If true, only artifacts with a parent ID will be included. Defaults to false.
A comma-separated list of artifact sub-types to filter by. Example: 'Image,Report'.
InlineText, Document, Folder, Summary, Composition, SmartDoc, Link, BulkQA, ReadAndExtract, SqlDatabase, McpServer If true, includes the descendants of link artifacts in the results. Defaults to false.
If true and used with filter_by_text, includes all ancestors of matched artifacts. Defaults to false.
Expands the search to include all descendants under the scoped parent. When false, only root-level artifacts or direct children are returned. When true, the full subtree is returned (or the entire project if no parent_id is given).
The absolute page number to fetch (1-based).
Number of items per page. Default is 20.
Sort order for pagination. Options: ASC, DESC. Default is ASC.
The cursor or value to paginate after (for relative pagination).
The cursor or value to paginate before (for relative pagination).
Limits the result to the first N items (after cursor).
Limits the result to the last N items (before cursor).
Include the total count in the response.