Get a human
Get a single human by ID, including their availability rules. Returns availability_rules: null if rules haven’t been configured yet.
Authentication
AuthorizationBearer
API key authentication. Pass your key as a Bearer token:
```
Authorization: Bearer sk_live_xxxxxxxxxxxxxxxxxxxx
```
Get your API key from the [Slotflow Dashboard](https://app.slotflow.dev).
Path parameters
humanId
The ID of the human
Response
Human with availability rules
active
Whether the human is active and bookable
created_at
ISO 8601 creation timestamp
id
Unique identifier for the human
name
Full name of the human
timezone
IANA timezone identifier (e.g. “America/New_York”)
availability_rules
The human's base weekly schedule. Null if not yet configured.
email
Email address (optional)
role
Role or title (e.g. “sales_rep”, “interviewer”)