cURL
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>" }
Retrieves detailed information about a specific assistant specialization.
Use JWT token for authentication
Identifier of the assistant specialization to retrieve
Assistant specialization details
Unique identifier for the assistant specialization
Human-readable name of the specialization
Timestamp when the specialization was created
Detailed description of what the specialization does