Basic Information

appmixer.vercel.core.FindDeployments

Find Deployments

1.0.0

Public

Retrieve all deployments with options to filter by project, status or target.

Input Ports

in

FieldTypeDescription
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.

Output Ports

out

notFound

FieldTypeDescription
No fields defined for this port

Full Metadata