beamable-sdk / api / schedulerGetJobs
Function: schedulerGetJobs()¶
schedulerGetJobs(
requester,limit?,name?,source?,gamertag?):Promise<HttpResponse<JobDefinition[]>>
Defined in: src/__generated__/apis/SchedulerApi.ts:114
Parameters¶
requester¶
The HttpRequester type to use for the API request.
limit?¶
number
The limit parameter to include in the API request.
name?¶
string
The name parameter to include in the API request.
source?¶
string
The source parameter to include in the API request.
gamertag?¶
string
Override the playerId of the requester. This is only necessary when not using a JWT bearer token.
Returns¶
Promise<HttpResponse<JobDefinition[]>>
Remarks¶
Authentication:
This method requires a valid bearer token in the Authorization header.
Deprecated¶
This API method is deprecated and may be removed in future versions.