File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
apify-api/openapi/paths/actors Expand file tree Collapse file tree 1 file changed +14
-0
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.
19+ In this case, descending order means the most recently run Actor appears first.
20+
1821 operationId : acts_get
1922 parameters :
2023 - name : my
5861 schema :
5962 type : boolean
6063 example : true
64+ - name : sortBy
65+ in : query
66+ description : |
67+ Field to sort the records by. The default is `createdAt`. You can also use `lastRunStartedAt` to sort
68+ by the most recently ran Actors.
69+ style : form
70+ explode : true
71+ schema :
72+ type : string
73+ enum : [createdAt, lastRunStartedAt]
74+ example : createdAt
6175 responses :
6276 ' 200 ' :
6377 description : ' '
You can’t perform that action at this time.
0 commit comments