Application Processes

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.

Get process by id

SecuritybearerAuth
Request
path Parameters
process_id
required
string
Example: 54fb80af-576c-4fdc-ba4f-b596c83f15a1
Responses
200

Response object of application process by ID requests

401

No or invalid API key provided to the request

404

Could not find the application process or the user does not have permissions to retrieve data

500

Error occurred while retrieving application process

get/applications/processes/{process_id}
Request samples
Response samples
application/json
{
  • "process": {
    }
}