Get all projects a user has access to
Successful Response
Last updated 6 days ago
GET /v2/projects HTTP/1.1 Host: api.mithril.ai Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
[ { "fid": "proj_abc123456", "name": "text", "created_at": "2024-01-01T00:00:00Z" } ]