The processes
endpoint can be used to get more details about an application’s processes, including the type, the start command (labeled entrypoint in the response), and more.
Response object of application process by ID requests
No or invalid API key provided to the request
Could not find the application process or the user does not have permissions to retrieve data
Error occurred while retrieving application process
{- "process": {
- "id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
- "type": "web",
- "display_name": "Web",
- "instance_count": 1,
- "resource_type_name": "s1",
- "entrypoint": "npm start"
}
}