Tool to get deployment events for a specific Vercel deployment by ID or URL. Use when you need to retrieve build logs, event streams, or monitor deployment progress.
namestringDeployment build ID
slugstringThe Team slug to perform the request on behalf of
limitintegerMaximum number of events to return. Provide -1 to return all available logs
sinceintegerTimestamp for when build logs should be pulled from
untilintegerTimestamp for when the build logs should be pulled up until
buildsintegerInclude build events. Set to 1 to enable
followintegerWhen enabled (1), this endpoint will return live events as they happen
teamIdstringThe Team identifier to perform the request on behalf of
idOrUrlRequiredstringThe unique identifier or hostname of the deployment
delimiterintegerInclude delimiter events. Set to 1 to enable
directionstringOrder of the returned events based on the timestamp. Default is 'forward'
statusCodestringHTTP status code range to filter events by
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action