since
string
Filter results for posts after the indicated datetime (inclusive). Expected to use 'sortAt' timestamp, which may not match 'createdAt'. Can be a datetime, or just an ISO date (YYYY-MM-DD).
sortAt is not an available parameter, nor returned in API calls.
Additionally, providing a since based on a post's createdAt does not seem to actually filter anything after that time.
From the docs:
sortAt
is not an available parameter, nor returned in API calls.Additionally, providing asince
based on a post'screatedAt
does not seem to actually filter anything after that time.Finally, providing an ISO date in the call:
results in:
XRPCError: invalid Datetime for 'since': Datetime syntax didn't validate via regex