Project Chat

Get chat messages for a project with filtering and pagination

get/v1/projects/{projectId}/chat/messages

Path parameters

projectIdstring required

Project ID to fetch chat messages for

Query parameters

sender'user' | 'system'

Filter messages by sender (user or system)

correlationIdstring uuid

Filter messages by correlation ID to get linked request/response pairs

sortBy'createdAt'

Field to sort messages by

sortOrder'asc' | 'desc'

Sort order (ascending or descending)

limitinteger

Number of items to return

cursorstring

Encoded cursor for pagination

direction'after' | 'before'

Direction for cursor pagination

Response

Chat messages retrieved successfully

successboolean required
messagestring required
timestampstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.