device
Trigger a platform background job
Attempts to trigger the named platform background job. iOS and Mac Catalyst submit a BGTaskRequest for the identifier; pass type when the task is known to be an app refresh task. Android currently reports success=false because WorkManager worker types and request inputs cannot be reconstructed safely from the listed identifier or tags.
post/api/v1/device/jobs/{identifier}/run
Path parameters
identifierstring required
Platform job identifier returned by the list endpoint.
Request body
JobRunRequest required— unresolved $ref
Response
Job trigger result.
JobRunResponse required— unresolved $ref