We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946d0d6 commit ae42bbeCopy full SHA for ae42bbe
src/apify_client/clients/resource_clients/actor_collection.py
@@ -163,6 +163,7 @@ async def list(
163
limit: How many Actors to list.
164
offset: What Actor to include as first when retrieving the list.
165
desc: Whether to sort the Actors in descending order based on their creation date.
166
+ sort_by: Field to sort the results by. Allowed values are "createdAt" and "lastRunStartedAt".
167
168
Returns:
169
The list of available Actors matching the specified filters.
0 commit comments