Skip to main content
GET
/
v1
/
beta
/
projects
{
  "data": [
    {
      "id": "<unknown>",
      "type": "<string>",
      "attributes": {
        "created_at": "2023-11-07T05:31:56Z",
        "slug": "<string>",
        "name": "<string>"
      }
    }
  ],
  "links": {
    "next": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.mindgard.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

data
PublicApiDataResponse[Project] · object[] | null