Skip to main content
GET

Path Parameters

string
required
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 the projectId parameter. If the API key belongs to a different project, the request will be rejected with a 403 Forbidden error.

Response

boolean
Indicates if the request was successful
array
Array of process objects, sorted by creation date (newest first)
number
Total number of processes returned

Example Request

Example Response

Error Responses