MagickMind

Get a project by id

GET
/v1/projects/{id}

Authorization

BearerAuth
AuthorizationBearer <token>

MagickMind API key (mm_...) or user JWT, sent as Authorization: Bearer <token>. /v1/chat/completions accepts an API key only. JWTs (not mm_ keys) may alternatively be passed as a ?token= query parameter.

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/projects/string"
{  "corpus_ids": [    "string"  ],  "created_at": "string",  "created_by": "string",  "description": "string",  "id": "string",  "name": "string",  "updated_at": "string"}