For the complete documentation index, see llms.txt. This page is also available as Markdown.

artifactsSort

Examples

input ArtifactsSort {
  field: [ArtifactsSortByFields]
  order: [Direction]
}

Fields

Field
Description
Supported fields

Fields to sort artifacts by. Default is Created

Sort order for each field, ascending (ASC) or descending (DESC). Default is DESC

References

Fields with this object:

Last updated