Skip to content

beamable-sdk / api / schedulerGetJobsPaged

Function: schedulerGetJobsPaged()

schedulerGetJobsPaged(requester, cursor?, name?, onlyUnique?, source?, gamertag?): Promise<HttpResponse<JobDefinitionViewCursorPagedResult>>

Defined in: src/__generated__/apis/SchedulerApi.ts:145

Parameters

requester

HttpRequester

The HttpRequester type to use for the API request.

cursor?

string

The cursor parameter to include in the API request.

name?

string

The name parameter to include in the API request.

onlyUnique?

boolean

The onlyUnique 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<JobDefinitionViewCursorPagedResult>>

Remarks

Authentication: This method requires a valid bearer token in the Authorization header.