> For the complete documentation index, see [llms.txt](https://docs.cloudfabrix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudfabrix.io/cfx-aia/aia-tasks-functions/actions/clambda-jobs.md).

# Clambda Jobs

Clambda jobs shows the various status as part of a file upload or user task. A Sample log view as displayed below (Fig1). Shown below is the explanation against relevant column.

![Fig1 - Clambda Jobs](/files/-M4ywWPCD5XJdp7KwOnJ)

1. Job ID - Unique ID of the job. Each process of a job runs within its own container and a unique ID is assigned.
2. Dataset - It displays any dataset being part of the job for example uploading dictionaries. An example is as shown below

![Fig2 - Dataset when dictionaries are uploaded](/files/-M4yxAatsfhAreh_m59a)

&#x20;    3\. Category - It displays if the job is part of User Task or Connector.

&#x20;    4\. Implementation - This field gets updated with file name

&#x20;    5\. Job Type - Type of Job, like it is a user task or connector, etc

&#x20;    6\. Reason Code - Tells the process is successful or failure depending on reason code

&#x20;    7\. Reason Status - Informs the status of the job

&#x20;    8\. Task - Type of task the job is executing for example, verifying credentials, Fetching Meta data, Feting content, etc.

&#x20;    9\. Profile - It tells the size of clambda  container.

&#x20;   10\. Start Time - Time the task of a job started.

&#x20;    11\. End Time - Time the task of a job ended.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cloudfabrix.io/cfx-aia/aia-tasks-functions/actions/clambda-jobs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
