Threads

Fork a thread

Fork a thread from a specific message, creating a new thread that copies messages up to that point.

post/threads/{threadId}/fork

Path parameters

threadIdstring uuid required

Thread ID of the source thread to fork.

Request body

messageIdstring uuid required

Message ID in the source thread to fork from. The new thread copies messages up to and including this message.

Response

OK

Changes

No recorded changes to this endpoint across all 4 revisions of this API.