list_notes
List notes in Greenhouse. By default returns operational note metadata. detail_profile=body includes subject and body when expanded access is available. Types: NOTE, ACTIVITY, INTERVIEW, EMAIL, FOLLOW_UP, TAKE_HOME_TEST, LINKEDIN_NOTE, LINKEDIN_INMAIL, AVAILABILITY_REQUEST, TOUCHPOINT, FORM, FEEDBACK.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated note IDs | |
| type | No | Filter by note type (NOTE, ACTIVITY, INTERVIEW, EMAIL, etc.) | |
| cursor | No | Pagination cursor from a previous response. When provided, must be the only filter parameter. | |
| reason | No | Required when detail_profile requests a broadened response shape. | |
| per_page | No | Results per page (1-500, default 100) | |
| user_ids | No | Comma-separated user IDs (note authors) | |
| created_at | No | Filter by creation date. Format: operator|ISO8601 (e.g. gte|2024-01-01T00:00:00Z). Operators: gte, lte, gt, lt | |
| updated_at | No | Filter by update date. Format: operator|ISO8601 (e.g. gte|2024-01-01T00:00:00Z). Operators: gte, lte, gt, lt | |
| visibility | No | Filter by visibility | |
| candidate_ids | No | Comma-separated candidate IDs | |
| detail_profile | No | Projection profile. Default is minimal; body includes subject and body text when expanded access is available. | |
| application_ids | No | Comma-separated application IDs | |
| on_behalf_of_user_id | No | Required when detail_profile=body. |