Skip to content

List tables

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

Artifact ID (e.g. art_abc123).

Tables for the artifact

Media type application/json
object
tables
Array<string>
Example generated
{
"tables": [
"example"
]
}