Documentation
Preparing search index...
@rivetkit/engine-api-full
index
Rivet
RunnersListRequest
Interface RunnersListRequest
Example
{
*
namespace
:
"namespace"
* }
Copy
interface
RunnersListRequest
{
cursor
?:
string
;
includeStopped
?:
boolean
;
limit
?:
number
;
name
?:
string
;
namespace
:
string
;
runnerIds
?:
string
;
}
Index
Properties
cursor?
include
Stopped?
limit?
name?
namespace
runner
Ids?
Properties
Optional
cursor
cursor
?:
string
Optional
include
Stopped
includeStopped
?:
boolean
Optional
limit
limit
?:
number
Optional
name
name
?:
string
namespace
namespace
:
string
Optional
runner
Ids
runnerIds
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cursor
include
Stopped
limit
name
namespace
runner
Ids
Documentation
Loading...
Example