File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
apify-api/openapi/paths/actors Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 order, therefore you can use pagination to incrementally fetch all Actors while new
1616 ones are still being created. To sort the records in descending order, use the `desc=1` parameter.
1717
18- You can also sort by `lastRunStartedAt` by using the `sortBy=lastRunStartedAt` query parameter.
18+ You can also sort by your last run by using the `sortBy=stats. lastRunStartedAt` query parameter.
1919 In this case, descending order means the most recently run Actor appears first.
2020
2121 operationId : acts_get
6464 - name : sortBy
6565 in : query
6666 description : |
67- Field to sort the records by. The default is `createdAt`. You can also use `lastRunStartedAt` to sort
67+ Field to sort the records by. The default is `createdAt`. You can also use `stats. lastRunStartedAt` to sort
6868 by the most recently ran Actors.
6969 schema :
7070 type : string
71- enum : [createdAt, lastRunStartedAt]
71+ enum : [createdAt, stats. lastRunStartedAt]
7272 example : createdAt
7373 responses :
7474 ' 200 ' :
You can’t perform that action at this time.
0 commit comments