/roles/{id}Get a role
Returns a single role with its kits. An id belonging to another company responds 404.
Example response
json
{
"data": {
"id": "3c4d5e6f-7a8b-4910-a1b2-c3d4e5f60718",
"name": "Engineer",
"kits": [
{ "id": "7a8b9c0d-1e2f-4304-9516-273849a5b6c7", "name": "Engineer Starter Kit" }
],
"created_at": "2026-01-05T00:00:00.000Z",
"updated_at": "2026-01-05T00:00:00.000Z"
}
}