cURL
curl --request GET \ --url https://app.miget.com/api/v1/projects \ --header 'Authorization: <api-key>'
[ { "uuid": 123, "name": "<string>", "description": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ]
Returns all projects in the current workspace, ordered by creation date (newest first).
Bearer token for authentication. Format: 'Bearer {token}'
Workspace ID (uses default workspace if not provided)
List all projects
Project UUID
Project name
Project description
Creation timestamp
Last update timestamp