Skip to main content
This API provides access to retrieve information about applications and jobs within the Domo environment. It includes methods to fetch a list of applications, view job details for specific applications, and update job configurations.

Get Applications

Playground

Method: GET
Endpoint: /api/executor/v1/applications/

Example Request

Parameters

Response

Get List of Jobs

Playground

Method: GET
Endpoint: /api/executor/v2/applications/{applicationId}/jobs

Example Request

Parameters

Response

Update the Job

Playground

Method: PUT
Endpoint: /api/executor/v1/applications/{Application_Id}/jobs/{Job_Id}

Example

Response