Skip to content

Commit ae42bbe

Browse files
committed
added docs for async list Actors function
1 parent 946d0d6 commit ae42bbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/apify_client/clients/resource_clients/actor_collection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ async def list(
163163
limit: How many Actors to list.
164164
offset: What Actor to include as first when retrieving the list.
165165
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".
166167
167168
Returns:
168169
The list of available Actors matching the specified filters.

0 commit comments

Comments
 (0)