List assistants
Returns a list of assistants.
Query parameters
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20.
Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.
A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list.
A cursor for use in pagination. before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with obj_foo, your subsequent call can include before=obj_foo in order to fetch the previous page of the list.
Response
OK
Example response
{
"object": "list",
"data": [
{
"temperature": 1,
"top_p": 1
}
],
"first_id": "asst_abc123",
"last_id": "asst_abc456"
}Changes
Changed in 10 of the 163 revisions of this API.16221
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
- ○
added the non-success response with the status
response-non-success-status-added
- ○
- ▲
response property
data/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/instructionslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/metadatalist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/namelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/temperaturelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/tools/items/oneOf[subschema #3: Function tool]/function/strictlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/top_plist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
the
//response property's maxLength was unset from512for the response statusresponse-property-max-length-unset
- ▲
the
//response property's maxLength was unset from256000for the response statusresponse-property-max-length-unset
- ▲
the
//response property's maxLength was unset from256for the response statusresponse-property-max-length-unset
- ▲
the
//response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ●
removed the optional property
///from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///from the response with the statusresponse-optional-property-removed
- ○
endpoint deprecated
endpoint-deprecated
- ○
added
subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
the
response's property default valuefalsewas removed for the statusresponse-property-default-value-removed
- ○
the
response's property default value1was removed for the statusresponse-property-default-value-removed
- ○
the
response's property default value1was removed for the statusresponse-property-default-value-removed
- ○
response property
data/items/deprecatedresponse-property-deprecated
- ○
removed
subschema #1from the//response propertyoneOflist for the response statusresponse-property-one-of-removed
This revision also has 40 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
added
subschema #1to the//response propertyoneOflist for the response statusresponse-property-one-of-added
- ○
removed
subschema #2from the//response propertyallOflist for the response statusresponse-property-all-of-removed
- ▲
- ○
added
subschema #2to the//response propertyallOflist for the response statusresponse-property-all-of-added
- ○
removed
subschema #1from the//response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
added
subschema #1to the//response propertyoneOflist for the response statusresponse-property-one-of-added
- ○
removed
subschema #2from the//response propertyallOflist for the response statusresponse-property-all-of-removed
- ▲
- ○
added
subschema #2to the//response propertyallOflist for the response statusresponse-property-all-of-added
- ○
removed
subschema #1from the//response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
- ○
the response property
///////became required for the statusresponse-property-became-required
- ○
- ○
added the optional property
//////to the response with the statusresponse-optional-property-added
- ○
- ▲
added to the
//response propertyoneOflist for the response statusresponse-property-one-of-added
- ○
added the optional property
//////to the response with the statusresponse-optional-property-added
- ○
removed the
noneenum value from the///response property for the response statusresponse-property-enum-value-removed
- ○
removed from the
//response propertyoneOflist for the response statusresponse-property-one-of-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲