List projects
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
Query Parameters
cursor?string
limit?integer
Default
20order?string
Default
"asc"Value in
- "asc"
- "desc"
name?string
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/projects?limit=20&order=asc"{ "data": [ { "corpus_ids": [ "string" ], "created_at": "string", "created_by": "string", "description": "string", "id": "string", "name": "string", "updated_at": "string" } ], "paging": { "cursors": { "after": "string", "before": "string" }, "has_more": true, "has_previous": true }}{ "error": { "type": "string", "title": "string", "status": 0, "detail": "string", "instance": "string", "request_id": "string", "errors": [ { "field": "string", "message": "string" } ] }}{ "error": { "type": "string", "title": "string", "status": 0, "detail": "string", "instance": "string", "request_id": "string", "errors": [ { "field": "string", "message": "string" } ] }}