Get Applications
Playground
GETEndpoint:
/api/executor/v1/applications/
Example Request
Parameters
| Property Name | Type | Required | Description |
|---|---|---|---|
| session_token | String | Yes | Authentication token to access the API. |
Response
Get List of Jobs
Playground
GETEndpoint:
/api/executor/v2/applications/{applicationId}/jobs
Example Request
Parameters
| Property Name | Type | Required | Description |
|---|---|---|---|
offset | Number | no | The results offset. The default is 0. |
Response
Update the Job
Playground
PUTEndpoint:
/api/executor/v1/applications/{Application_Id}/jobs/{Job_Id}