---
title: "Retrieve a resource by Id."
method: GET
path: "/delivery/v1/resources/{fileIdentifier}"
tags: ["Delivery resources"]
---

# Retrieve a resource by Id.

`GET /delivery/v1/resources/{fileIdentifier}`

This endpoint retrieves the resource for the specified resource Id. Restricted resources cannot be accessed. To access those resources too, you have to use /mydelivery/v1/resources/{fileIdentifier}.
The resource's Id can be obtained using the Authoring assets API: /authoring/v1/assets

    {
        "items": [
            {
                "resource": "06763fa56ceec4d5bcafb37b53de2cd1",
                ...


The delivery Url for this endpoint would look like:

    /delivery/v1/resources/06763fa56ceec4d5bcafb37b53de2cd1
<br />User roles: admin, manager, editor, viewer, authenticatedVisitor, anonymous

## Path parameters

- `fileIdentifier` string, required

## Response `200`

The requested resource.

- string, binary

## Other responses

- `404` — Not found
- `429` — Too Many Requests, the server has reached a limit, the request must be sent again at a later time.
- `default` — Unexpected error

---

[API](https://skmtc.net/goacoustic/apis/acoustic-content-api.md) · [All operations](https://skmtc.net/goacoustic/apis/acoustic-content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goacoustic/acoustic-content-api/revisions/677305266d89/schema)
