Get deployment events
documentedRetrieve the event/log stream for a deployment (by deployment id or URL).
GET /v3/deployments/{idOrUrl}/eventsDeploymentsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.vercel.com/v3/deployments/{{$idOrUrl}}/events?direction={{$direction}}&follow={{$follow}}&limit={{$limit}}&name={{$name}}&since={{$since}}&until={{$until}}&statusCode={{$statusCode}}&delimiter={{$delimiter}}&builds={{$builds}}&teamId={{$teamId}}&slug={{$slug}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"