# Get by ID

#### 🎯 **What does this operation do?**

This operation returns all available information about a specific card.

✅ Retrieves detailed data of a card.\
✅ Allows checking the status, owner, tags and other attributes.\
✅ Can be used in automations to condition actions based on the card's data.

***

### 📂 **How to Configure the "Find by ID" Operation**

#### 1️⃣ **Access the Component**

1. In **Hablla Studio**, open the automation flow where you want to retrieve the card data.
2. Add the **Cards**.
3. In **right side panel**, select the operation **"Get by ID"**.

***

#### 2️⃣ **Fill in the Required Fields**

To fetch a card by ID, you must provide:

* **Workspace ID** → Identifier of the workspace where the card is located.
* **Card ID** → Unique identifier of the card you want to fetch.

📌 **Important**: The **Card ID** can be obtained from other operations, such as **Create Card**, **Update Card** or **Get All Cards**.

***

#### 3️⃣ **Save the Configuration**

After filling in the fields, click the **"Save"** ✅.

Now, whenever this automation is triggered, the card details will be retrieved and can be used in other actions of the flow.

***

### 📌 **Usage Example in an Automation Flow**

📊 **Scenario**: Create a flow where, upon receiving a card ID, the system checks its details before making a decision.

1️⃣ **Block 1** → Receive a card ID from another automation.\
2️⃣ **Block 2** → Trigger the operation **Get Card by ID**.\
3️⃣ **Block 3** → If the status is "in progress", move to another list automatically.

🚀 **Result**: The system queries the data before performing any action, ensuring a smarter workflow.

***

### 🎉 **Conclusion**

The operation **Get Card by ID** in the **Hablla Studio** is essential to retrieve specific data and ensure automations are based on accurate information.

If you need more support, contact our team! 🚀


---

# 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.hablla.com/hablla-docs-en/automation-flows/all-components/hablla/cards/get-by-id.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.
