Skip to main content

Get Message Tree State

Get Message Tree State

Path Parameters
message_id uuid REQUIRED
Responses
200

Successful Response

Schema OPTIONAL
message_tree_id uuid
state State

Possible values: [initial_prompt_review, growing, ranking, ready_for_scoring, ready_for_export, scoring_failed, aborted_low_grade, halted_by_moderator, backlog_ranking, prompt_lottery_waiting]

States of the Open-Assistant message tree state machine.

goal_tree_size Goal Tree Size
max_depth Max Depth
max_children_count Max Children Count
active Active
origin Origin OPTIONAL
422

Validation Error

Schema OPTIONAL
detail object[] OPTIONAL
loc undefined[]
msg Message
type Error Type
get_message_tree_state_api_v1_messages__message_id__tree_state_get
GET /api/v1/messages/:message_id/tree/state
message_id — path
curl -L 'https://projects.laion.ai/api/v1/messages/:message_id/tree/state' \
-H 'Accept: application/json'