SDK V1Requests
Poll queued job requests
Pops queued job requests addressed to this application/environment. Each entry includes a requestId, the job's requestType and args, async/host/custom flags, and optional startTime/endTime constraints. Polled by the in-game SDK to discover dashboard-issued jobs (kick, refresh, custom callbacks, etc.).
Authorization
sdkApiKey authorization<token>
SDK (public) key, prefixed gb_pk_ (older keys: sdk_). Send it as the authorization header value. Scoped to one project, so it is safe to ship in a game build.
In: header
Header Parameters
isstudio?|
Default
trueproject-id?integer
Range
0 < value <= 9007199254740991Response Body
application/json
curl -X GET "https://example.com/sdk/v1/requests/"[ { "requestId": 0, "requestType": "string", "args": null, "details": null, "constraints": { "startTime": "string", "endTime": "string" }, "custom": true }]