Order of stories returned with GET /tasks/task-id/stories

Hi, seems like the answer here is “yes”, but want to make sure what I’m seeing is not accidental:

Are the stories returned in the array when I hit /tasks/task-id/stories ordered chronologically by each story’s created_at value, such that in [story1, story2, story3], story1 always happened before story2, which always happened before story3?

Thanks!

Hi @Mike_DeCarlo,

Yes, stories are returned in the order in which they were created – from first to most recent.

Excellent. Thanks, @Jeff_Schneider!