ollie

Get Conversation

Load paginated conversation messages for a project.

The newest page (no cursor) returns the most recent limit messages in chronological order; has_more signals older messages exist beyond the window. Subsequent pages pass before_id to walk backwards.

Ordering keys off (created_at, id) both for the windowing SQL and the cursor comparison (eng-review #4c — deterministic under equal timestamps).

get/api/v1/ollie/projects/{project_id}/conversation

Path parameters

project_idstring uuid required

Query parameters

before_idstring uuid nullable

Fetch messages older than this message id

Fetch messages older than this message id

limitinteger

Response

Successful Response

idstring uuid required
project_idstring uuid required
mutedboolean required
message_countinteger required
has_moreboolean required

Changes

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