File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
apify-api/openapi/paths/actors Expand file tree Collapse file tree 1 file changed +0
-12
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-
2118 operationId : acts_get
2219 parameters :
2320 - name : my
6158 schema :
6259 type : boolean
6360 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- schema :
70- type : string
71- enum : [createdAt, lastRunStartedAt]
72- example : createdAt
7361 responses :
7462 ' 200 ' :
7563 description : ' '
You can’t perform that action at this time.
0 commit comments