Skip to content

Read the artifact JSON store

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

Artifact ID (e.g. art_abc123).

The stored JSON document

Media type application/json
object
Example generated
{}

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
}