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 15
15
order, therefore you can use pagination to incrementally fetch all Actors while new
16
16
ones are still being created. To sort the records in descending order, use the `desc=1` parameter.
17
17
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.
19
19
In this case, descending order means the most recently run Actor appears first.
20
20
21
21
operationId : acts_get
64
64
- name : sortBy
65
65
in : query
66
66
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
68
68
by the most recently ran Actors.
69
69
schema :
70
70
type : string
71
- enum : [createdAt, lastRunStartedAt]
71
+ enum : [createdAt, stats. lastRunStartedAt]
72
72
example : createdAt
73
73
responses :
74
74
' 200 ' :
You can’t perform that action at this time.
0 commit comments