Skip to main content
GET
/
v1
/
assistants
/
{identifier}
Get assistant specialization by identifier
curl --request GET \
  --url https://api.devic.ai/v1/assistants/{identifier} \
  --header 'Authorization: Bearer <token>'
{
  "identifier": "<string>",
  "name": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "description": "<string>"
}

Authorizations

Authorization
string
header
required

Use JWT token for authentication

Path Parameters

identifier
string
required

Identifier of the assistant specialization to retrieve

Response

Assistant specialization details

identifier
string
required

Unique identifier for the assistant specialization

name
string
required

Human-readable name of the specialization

createdAt
string<date-time>
required

Timestamp when the specialization was created

description
string

Detailed description of what the specialization does