Get Contacts in List (with expanded contacts)
documentedList contacts in a list with expanded contact details.
GET /v1/lists/{list_id}/contacts{?expand}Listsno 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 "{{$base_url}}/lists/{{$list_id}}/contacts?expand={{expand}}" \
-X GET \
-H "Authorization: Bearer {{VISION6_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"