List script runs
Return the paginated history of script runs, newest first — what was run, on which target, by whom, and how many devices are in each execution status. Use this to answer “what scripts have been run recently?”.
For the per-device outcomes of one run, use getScriptRunExecutions. For everything that ran on one device, use getDeviceScriptExecutions. To list the scripts available to run rather than past runs, use getScripts.
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>.
Query Parameters
Page number
1 <= x <= 9007199254740991Number of items per page (max 100)
1 <= x <= 100