v13

latestOpenAPI 3.0.32026-07-31359869.4 MB
microfrontends

List projects in a microfrontends group

Get the microfrontends for a given group ID.

get/v1/microfrontends/groups/{groupId}/projects

Path parameters

groupIdstring required

Query parameters

teamIdstring
Example:team_1a2b3c4d5e6f7g8h9i0j1k2l

The Team identifier to perform the request on behalf of.

slugstring
Example:my-team-url-slug

The Team slug to perform the request on behalf of.

Response

Example response

{
  "projects": [
    {
      "crons": {
        "definitions": [
          {
            "host": "vercel.com",
            "path": "/api/crons/sync-something?hello=world",
            "schedule": "0 0 * * *"
          }
        ]
      },
      "rollingRelease": {
        "target": "production",
        "stages": [
          {
            "targetPercentage": 25,
            "duration": 600
          }
        ]
      }
    }
  ]
}