Get Artist
Get Artist
Authenticated internal-beta endpoint for a runtime-backed artist profile detail.
GET
Get Artist
Posture: WorkOS-authenticated internal beta. The caller must resolve to a mapped TattooAPI actor before access is granted.
Get Artist
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.
Auth
Path Parameters
| Parameter | Type | Notes |
|---|---|---|
id | string | Runtime artist id |
Response Shape
Errors
| Status | Meaning |
|---|---|
401 | Missing or invalid WorkOS credential |
403 | Valid WorkOS credential without a mapped TattooAPI actor |
404 | Artist id not found |
Write Boundary
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.