Authenticated internal-beta endpoint for a runtime-backed artist profile detail.
Documentation Index
Fetch the complete documentation index at: https://docs.tattoo.dev/llms.txt
Use this file to discover all available pages before exploring further.
GET /artists/{id} is an authenticated internal-beta read endpoint.
It returns one runtime-backed ArtistProfile detail by id. This is useful for internal SDK skills, creative agents, and operator tools that need artist context before public artist pages or SDK surfaces are promoted.
| Parameter | Type | Notes |
|---|---|---|
id | string | Runtime artist id |
| Status | Meaning |
|---|---|
401 | Missing or invalid WorkOS credential |
403 | Valid WorkOS credential without a mapped TattooAPI actor |
404 | Artist id not found |
PUT and DELETE are explicitly blocked on this public route family. Future artist-owned edits should use an owner-scoped route family, not a broad public mutation endpoint.