Processes
List Processes
List all processes for a specific project
GET
Path Parameters
MongoDB ObjectId of the project to list processes for
Authentication
This endpoint requires a valid API key for the specified project. The API key must be included in the Authorization header as a Bearer token.Authorization
The API key must belong to the project specified in theprojectId parameter. If the API key belongs to a different project, the request will be rejected with a 403 Forbidden error.
Response
Indicates if the request was successful
Array of process objects, sorted by creation date (newest first)
Total number of processes returned
