Platform API reference
List Contract Participants
Retrieve the AI trainers on a contract. workEmail appears only with PII consent plus the participants:email scope — personal emails are never shared.
GET
Returns the AI trainers on a contract whose job is linked by this install. Use it to provision workspace members — or to re-resolve a
workEmail that was absent from a webhook payload.
Requirements: participants:read scope. The workEmail field additionally requires the participants:email scope and the install’s PII consent — see privacy and Work Email.
Request
The contract ID, from list contracts or a
contract.started event.Response
The contract these participants belong to.
The AI trainers on the contract.
Errors
| Status | code | Meaning |
|---|---|---|
401 | UNAUTHORIZED | Missing, invalid, or revoked token |
403 | FORBIDDEN | Token lacks participants:read |
404 | NOT_FOUND | Contract not found, or its job is not linked by this install |