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

Status

A stream has different statuses:

  • Pending = Meaning that start_date has not been reached.

  • Ongoing = Meaning that start_date has been reached but end_date has not been reached.

  • Canceled = Means that during Ongoing status and after calcellable_date, the stream has been canceled.

  • Settled or Expired = Meaning that the stream has reached end_date without getting canceled.

Last updated