---
title: "View Job API Call from Modeller Screen"
slug: "view-job-api-call-from-modeller-screen"
description: "In this feature video, learn how to view the Job API call from the Modeller job submission screen."
tags: ["Automated Test Execution", "API Automation", "Get Started", "Test Modeller"]
updated: 2023-04-05T13:50:30Z
published: 2023-04-05T13:50:30Z
canonical: "knowledge.curiositysoftware.ie/view-job-api-call-from-modeller-screen"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://knowledge.curiositysoftware.ie/llms.txt
> Use this file to discover all available pages before exploring further.

# View Job API Call from Modeller Screen

In this feature video, learn how to view the Job API call from the Modeller job submission screen.

[Embedded content](https://www.youtube.com/embed/vCxyx_VjFgk?&amp;wmode=opaque&amp;rel=0)

Inside of a model in the **Scenarios** window, click **Run**. Then, select **Test Data Management**.

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/image-1680702387084.png)

You can choose the parameters for the export, including the **Server Profile** and the **Job Process Name**.

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/image-1680702381816.png)

Once the parameters have been chosen, you can view the API call and how to instrument the job execution by clicking the **Code** button.

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/image-1680702378418.png)![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/image-1680702374164.png)

This has generated all the settings with the required test paths and job parameters, as well as the submission details to post the job, track the status, and retrieve the result.

## Related

- [Automating Tests](/automating-and-executing-tests-in-test-modeller.md)
- [Quality Modeller 101](/test-modeller-101.md)
- [QuickStart API Automation](/quickstart-api-automation.md)
