curl--location--request GET 'https://oapi.czl.net/v1/assistants?limit&order&after&before'
返回响应
🟢200成功
application/json
Body
object
string
必需
data
array [object {10}]
必需
id
string
必需
object
string
必需
created_at
integer
必需
name
string|null
必需
description
null
必需
model
string
必需
instructions
string|null
必需
tools
array[string]
必需
file_ids
array[string]
必需
metadata
object
必需
first_id
string
必需
last_id
string
必需
has_more
boolean
必需
示例
{"object":"list","data":[{"id":"asst_abc123","object":"assistant","created_at":1698982736,"name":"Coding Tutor","description":null,"model":"gpt-4","instructions":"You are a helpful assistant designed to make me better at coding!","tools":[],"file_ids":[],"metadata":{}},{"id":"asst_abc456","object":"assistant","created_at":1698982718,"name":"My Assistant","description":null,"model":"gpt-4","instructions":"You are a helpful assistant designed to make me better at coding!","tools":[],"file_ids":[],"metadata":{}},{"id":"asst_abc789","object":"assistant","created_at":1698982643,"name":null,"description":null,"model":"gpt-4","instructions":null,"tools":[],"file_ids":[],"metadata":{}}],"first_id":"asst_abc123","last_id":"asst_abc789","has_more":false}