List a device's script history
Return the paginated script executions that reached this device, newest first — across every run, including company-wide and device-group runs launched elsewhere. Each entry carries the script that ran plus its status, output, exit code and runtime. Use this to answer “what has been run on this machine?”.
For the per-device results of one specific run, use getScriptRunExecutions. For the list of runs themselves, use getScriptRuns.
Executions are reconciled with FleetDM by a background sweep that runs every 15 minutes, so a freshly created run reads back as pending until the next sweep. Poll no more often than that.
Authorizations
Use your Primo API key in the Authorization header as Bearer <API_KEY>.
Path Parameters
Query Parameters
Page number
1 <= x <= 9007199254740991Number of items per page (max 100)
1 <= x <= 100