According to the documentation of `/crm/v3/lists/{listId}/memberships/join-order`, the recordIds are sorted in ascending order if an after offset or no offset is provided.
However, the response is now in descending order. Last week the result was in ascending order.
Could you confirm if the API documentation is consistent with the API behavior? Thank you!
{
"results": [
{
"recordId": "94465402289",
"membershipTimestamp": "2025-02-05T02:55:10.877Z"
},
{
"recordId": "94477778617",
"membershipTimestamp": "2025-02-05T02:55:10.710Z"
}
],
"total": 2
}

