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

direction

Sort direction for ordering results.

Examples

enum Direction {
  ASC
  DESC
}

Enum values

Enum value
Description

ASC

Sort in ascending order (A to Z, oldest to newest)

DESC

Sort in descending order (Z to A, newest to oldest)

References

Fields with this object:

Last updated