# Jobs

This section displays the tasks that your organization runs on JMap Cloud. Its purpose is to provide information on problems that may appear when performing some functions.&#x20;

A table displays a task in each row and the following attributes in columns:

<table data-header-hidden><thead><tr><th width="138"></th><th></th></tr></thead><tbody><tr><td>Type</td><td>Indicates the type of task executed by JMap Cloud: Load, Analysis, Seed, etc.</td></tr><tr><td>Id</td><td>Unique identifier of the task.</td></tr><tr><td>Status</td><td>Task execution status: Failed, Successful, Cancelled, etc.</td></tr><tr><td>Message</td><td>A very brief message describes the task performed.</td></tr><tr><td>Progress</td><td>The degree of completion of the task, in percentage.</td></tr><tr><td>Creation</td><td>Date the task was created.</td></tr><tr><td>Start</td><td>Start date of the task.</td></tr><tr><td>End</td><td>End date of the task.</td></tr><tr><td>Update</td><td>Task update date.</td></tr></tbody></table>

Members with the **Administrator** role view all of the organization's jobs in the table.

Members with the **Editor** role view only the jobs they have started.

A job can only be canceled by the member who started it.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.jmapcloud.io/en/jmap-cloud-portal/user-guide-for-jmap-cloud-portal/jobs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
