GET
/
v1
/
resource
/
{id}
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "account_id": "<string>",
  "name": "<string>",
  "directory_path": "<string>",
  "mime_type": "<string>",
  "sha256": "<string>",
  "original_uri": "<string>",
  "external_id": "<string>",
  "external_storage_type": "s3",
  "storage_bucket": "<string>",
  "storage_key": "<string>",
  "size_bytes": 123,
  "tags": [
    "<string>"
  ],
  "metadata": {},
  "created_by": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

The ID of the resource to retrieve

Response

200
application/json

OK

The response is of type object.