List deployments
documentedList deployments for the authenticated user or team.
GET /v6/deploymentsDeploymentsno 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/v6/deployments?TEAM_ID={{TEAM_ID}}&APP_NAME={{APP_NAME}}&FROM={{FROM}}&LIMIT={{LIMIT}}&PROJECT_ID={{PROJECT_ID}}&PROJECT_IDS={{PROJECT_IDS}}&TARGET={{TARGET}}&TO={{TO}}&SINCE={{SINCE}}&UNTIL={{UNTIL}}&SLUG={{SLUG}}&STATE={{STATE}}&USERS={{USERS}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"