Skip to main content
GET
/
api
/
v3
/
artifacts
/
{id}
Retrieve an artifact
curl --request GET \
  --url https://paradigm.lighton.ai/api/v3/artifacts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "user": 123,
  "filename": "<string>",
  "storage_path": "<string>",
  "bytes": 123,
  "mime_type": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "thumbnail_base64": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200 - application/json
id
string
required
user
integer
required
filename
string
required
storage_path
string
required
bytes
integer
required
mime_type
string
required
created_at
string<date-time>
required
thumbnail_base64
string
required