Skip to content

Get an artifact

GET
/v1/artifacts/{id}
curl --request GET \
--url https://shareout.site/v1/artifacts/example \
--header 'Authorization: Bearer <token>'
id
required
string

Artifact ID (e.g. art_abc123).

The artifact

Media type application/json
object
id
string
name
string
slug
string
visibility
string
Allowed values: public unlisted private
url
string format: uri
thumbnail_url
string format: uri
is_favorite
boolean
created_at
integer
Example
{
"visibility": "public"
}

Resource not found

Media type application/json
object
success
required
boolean
error
required

Human-readable message.

string
code
required

Machine-readable error code.

string
Example
{
"success": false
}