Results: Returns an array of Process objects, each containing the metadata for a process you have run. This information includes the process type, status, start time, and duration.
Options: You can define and provide a ListUserProcessFilter object to filter the process list. Only processes which match all of the filter conditions are returned.
Results: Returns an array of Process objects, each containing the metadata for a process run from a specifed script project. This information includes the process type, status, start time, and duration.
Options: You can define and provide a ListScriptProcessesFilter object to filter the process list. Only processes which match all of the filter conditions are returned.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-04 UTC."],[[["\u003cp\u003eThe Apps Script API provides methods to list and manage script processes, including details like process type, status, and duration.\u003c/p\u003e\n"],["\u003cp\u003eYou can retrieve a list of your processes or filter them based on specific criteria using \u003ccode\u003eprocesses.list\u003c/code\u003e and providing a \u003ccode\u003eListUserProcessFilter\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eSimilarly, you can retrieve processes associated with a particular script project using \u003ccode\u003eprocesses.listScriptProcesses\u003c/code\u003e and filtering them with a \u003ccode\u003eListScriptProcessesFilter\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,["This section provides an overview of the Apps Script API methods you can use\nto list your script [processes](/apps-script/api/concepts/processes).\n\n| **API method overview** ||\n|--------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **List your processes** | [processes.list](/apps-script/api/reference/rest/v1/processes/list) **Results** : Returns an array of [`Process`](/apps-script/api/reference/rest/v1/processes#Process) objects, each containing the metadata for a process you have run. This information includes the process type, status, start time, and duration. **Options** : You can define and provide a [`ListUserProcessFilter`](/apps-script/api/reference/rest/v1/processes/list#ListUserProcessesFilter) object to filter the process list. Only processes which match all of the filter conditions are returned. |\n| **List a project's processes** | [processes.listScriptProcesses](/apps-script/api/reference/rest/v1/processes/listScriptProcesses) **Results** : Returns an array of [`Process`](/apps-script/api/reference/rest/v1/processes#Process) objects, each containing the metadata for a process run from a specifed script project. This information includes the process type, status, start time, and duration. **Options** : You can define and provide a [`ListScriptProcessesFilter`](/apps-script/api/reference/rest/v1/processes/listScriptProcesses#ListScriptProcessesFilter) object to filter the process list. Only processes which match all of the filter conditions are returned. |"]]