GET/projects/{project_id}/messages

List messages

Retrieve a paginated list of contact messages for a specific project with optional filtering.

Base URLhttps://seggwat.com/api/v1

Parameters

project_idpathstringrequired

Unique identifier of the project (MongoDB ObjectId)

Example: 507f1f77bcf86cd799439011
pagequeryinteger

Page number (1-indexed)

limitqueryinteger

Number of items per page

statusqueryContactMessageStatus

Filter by contact message status

searchquerystring

Search term to filter messages by name, email, subject, or message content

Responses

Navigation