> For the complete documentation index, see [llms.txt](https://docs.elentra.org/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.elentra.org/api/elentra-api-standards/routing-and-parameters/common-mistakes/get-portfolio-entries-entry_id-get-file.md).

# \[GET] /portfolio/entries/{entry\_id}/get-file

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

* Remove the verb `get-` from the URI.
  * The HTTP method GET already encapsulates the fact that a file will be retrieved for the specified portfolio entry.
    {% endtab %}

{% tab title="Suggestion" %}

* Use `file` instead of `get-file` to identify the resource being retrieved in the URI.

{% hint style="info" %}
**Final Suggestion**

`[GET] /portfolio/entries/{entry}/file`
{% endhint %}
{% endtab %}
{% endtabs %}
