Skip to main content

Hello Airtable community,

Can anyone help me with sorting the list of records based on the created time via api? I would like to to get the order where the recently created record stays on top.

Thanks in advance !

Are you using the Web API? Create a "Created time" field in your table. Then in your API call, specify to sort the results based on that field.


Are you using the Web API? Create a "Created time" field in your table. Then in your API call, specify to sort the results based on that field.


Yes I am using Web api, but is there any way without insisting the user to create a "Created Time" field?
Thanks!