<!-- loio9a4fb467158545ca9ce130a872f2a08f -->
# API Proxy Flows Variables
Supported API proxy flow variables are listed in the API proxy flow Variables table.
**API proxy flows variables**
<table>
<tr>
<th valign="top">
Variable
</th>
<th valign="top">
Description
</th>
<th valign="top">
Scope
</th>
<th valign="top">
Type
</th>
<th valign="top">
Permission
</th>
</tr>
<tr>
<td valign="top">
current.flow.name
</td>
<td valign="top">
The name of the currently executed flow \(such as "PreFlow", "PostFlow", or the name of a conditional flow\).
</td>
<td valign="top">
Proxy request
</td>
<td valign="top">
String
</td>
<td valign="top">
Read
</td>
</tr>
<tr>
<td valign="top">
current.flow.description
</td>
<td valign="top">
The description of the currently executed flow.
</td>
<td valign="top">
Proxy request
</td>
<td valign="top">
String
</td>
<td valign="top">
Read
</td>
</tr>
<tr>
<td valign="top">
proxy.flow.name
</td>
<td valign="top">
The name of the most recently executed ProxyEndpoint flow \(such as "PreFlow", "PostFlow", or the name of a conditional flow\).
</td>
<td valign="top">
Proxy request
</td>
<td valign="top">
String
</td>
<td valign="top">
Read
</td>
</tr>
<tr>
<td valign="top">
proxy.flow.description
</td>
<td valign="top">
The description of the most recently executed ProxyEndpoint flow.
</td>
<td valign="top">
Proxy request
</td>
<td valign="top">
String
</td>
<td valign="top">
Read
</td>
</tr>
<tr>
<td valign="top">
target.flow.name
</td>
<td valign="top">
The name of the most recently executed TargetEndpoint flow \(such as "PreFlow", "PostFlow", or the name of a conditional flow\).
</td>
<td valign="top">
Proxy request
</td>
<td valign="top">
String
</td>
<td valign="top">
Read
</td>
</tr>
<tr>
<td valign="top">
target.flow.description
</td>
<td valign="top">
The description of the most recently executed TargetEndpoint flow.
</td>
<td valign="top">
Proxy request
</td>
<td valign="top">
String
</td>
<td valign="top">
Read
</td>
</tr>
</table>