GET
/
media
/
uploads
/
{id}
curl --request GET \
  --url https://api.pxyz.dev/api/v0/media/uploads/{id}
{
  "id": "<string>",
  "tenantId": "<string>",
  "path": "<string>",
  "originalFilename": "<string>",
  "mime": "<string>",
  "size": 1,
  "meta": "<any>",
  "finishedAt": "2023-11-07T05:31:56Z",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "deletedAt": "2023-11-07T05:31:56Z"
}

Path Parameters

id
string
required

Response

200
application/json
Successful response
id
string
required
tenantId
string
required
originalFilename
string | null
required
mime
string | null
required
size
integer | null
required
Required range: x > 0
createdAt
string
required
updatedAt
string
required
deletedAt
string | null
required
path
string | null
meta
any
finishedAt
string | null