appmixer.vercel.core.FindDeployments
Find Deployments
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| Project Id | text | Filter deployments by the associated project identifier or name. |
| State | text | Filter deployments by status (e.g., READY,BUILDING,ERROR). |
| Target | text | Filter by deployment target (production or preview). |
| Team Id | text | Optional team identifier if filtering team deployments. |
| Since Timestamp | date-time | Get deployments created after this date and time. Will be converted to a JavaScript timestamp (milliseconds). |
| Until Timestamp | date-time | Get deployments created before this date and time. Will be converted to a JavaScript timestamp (milliseconds). |
| Output Type | select | Choose whether you want to receive the result set as one complete list, or first item only or one item at a time or stream the items to a file. |
Dynamic variables loaded from /component/appmixer/vercel/core/FindDeployments?outPort=out
| Field | Type | Description |
|---|---|---|
| No fields defined for this port | ||