| page_title | subcategory | description |
|---|---|---|
openai_messages Data Source - terraform-provider-openai |
thread_id(String) The ID of the thread containing the messages
after(String) A cursor for pagination. Return objects after this message ID.before(String) A cursor for pagination. Return objects before this message ID.limit(Number) A limit on the number of messages to be returned. Maximum of 100.order(String) Sort order by creation timestamp. One of: asc, desc (default)
first_id(String) The ID of the first message in the listhas_more(Boolean) Whether there are more items available in the listid(String) The ID of this resource.last_id(String) The ID of the last message in the listmessages(List of Object) List of messages in the thread (see below for nested schema)
Read-Only:
assistant_id(String)attachments(List of Object) (see below for nested schema)content(String)created_at(Number)id(String)metadata(Map of String)object(String)role(String)run_id(String)thread_id(String)
Read-Only:
assistant_id(String)created_at(Number)id(String)type(String)