List comments on a DIR
List the comments on a DIR. The enterprise is resolved server-side from the DIR id.
Path parameters
The DIR id. Lowercase UUID.
Query parameters
1-based page number. Out-of-range values return an empty page with correct meta.
Items per page. Maximum 250; values above are clamped to 250.
Comment categorisation. Customers post customer_inquiry. The Telnyx team posts vetting_comment, rejection_reason, notification, status_update, or admin_response. internal_note is filtered out of customer-visible responses.
Restrict to comments of this category. Customer-visible categories only: internal-only comments are filtered out regardless of this filter.
Response
Paginated list of comments.
Example response
{
"data": [
{
"id": "30bbd13c-1f3a-47c0-8fa6-718835917b2f",
"entity_type": "dir",
"content": "Please re-upload a clearer scan of the certificate.",
"visibility": "customer",
"author_role": "customer",
"created_at": "2026-04-27T00:42:44.305835Z"
}
],
"meta": {
"total_pages": 3,
"total_results": 42,
"page_number": 1,
"page_size": 20
}
}Changes
Changed in 1 of the 47 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○