Get talent-set
Get the People and artwork represented by a Talent Set.
GET https://api.mediux.io/talent-set/{setId}
Response format, pagination and caching.
Response examples
Section titled “Response examples”Get talent-set
Section titled “Get talent-set”Status: 200 OK
{ "data": { "id": 501, "title": "Cast Portrait Set", "description": null, "createdBy": "username", "dateCreated": "2026-09-04T10:00:00Z", "dateUpdated": "2026-09-04T10:00:00Z", "people": [ { "id": 101, "name": "Example Person", "poster": "/person-poster.jpg" } ] }}