Skip to main content
GET
Use this to build an assistant settings form. It returns the same assistant object as GET /assistants/{assistant_id}, plus the field limits the server enforces and the allowed status values, so your form can validate before it saves. The limits are fixed by the API contract, not by your deployment. An assistant that does not exist, belongs to another organization, or has a malformed ID returns 404. Requires the owner, admin, editor or member role.
string
required
The assistant’s ID (UUID).

Response

object
required
The full assistant.
object
required
Field limits enforced on create and update.
string[]
required
Every allowed status value, sorted: active, archived, disabled.
Last modified on September 26, 2026