> For the complete documentation index, see [llms.txt](https://helpdocs.conducttr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdocs.conducttr.com/feature-documentation/api/endpoint-reference/exercise-control/get-injects-current.md).

# GET injects/current

<mark style="color:green;">`POST`</mark> `/injects/current`

Returns a JSON dictionary of key-values of the last published (and hence currently active) inject objects. Key is the MEL number and value is the Inject Title from the Facilitator guidance

**Headers**

| Name          | Value              |
| ------------- | ------------------ |
| Content-Type  | `application/json` |
| Authorization | `Bearer <token>`   |

**Request Body**

{% tabs %}
{% tab title="200" %}

```
{
  "1": "News of refugess in Jordan",
  "2": "Lebanese tweet",
  "3": "EndEx"
}
```

{% endtab %}

{% tab title="400" %}

```json
{
  "error": "Invalid request"
}
```

{% endtab %}
{% endtabs %}

"1","2","3" etc is the number of the MEL (numbered left to right from the MEL canvas

"News of refugess in Jordan" is from the title of the Facilitator Guidance on that inject

<figure><img src="/files/RHQgumd6d2MkwGMX1p0J" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://helpdocs.conducttr.com/feature-documentation/api/endpoint-reference/exercise-control/get-injects-current.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.
