Authenticated internal-beta endpoint for runtime-backed artist profile reads.
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 is an authenticated internal-beta read endpoint.
It returns runtime-backed ArtistProfile records for team, SDK, and operator development. This is not promoted as a no-auth public endpoint yet.
| Parameter | Type | Notes |
|---|---|---|
page | integer | Default 1 |
limit | integer | Default 20, max 100 |
studio_id | string | Filter by studio id |
specialty | string | Filter by specialty |
min_experience | number | Minimum years of experience |
max_hourly_rate | number | Maximum hourly rate when present |
is_active | boolean | Filter by active state |
search | string | Name, bio, and specialty search |
sort_by | string | name, years_experience, hourly_rate, or created_at |
sort_order | string | asc or desc |
POST is explicitly blocked on this route. Public artist writes are not active.
Artist profile mutation belongs to governed internal profile-review contracts first, then later owner-scoped contracts after the access model is proven.