Get List
documentedRetrieve a single list by ID with optional expansions/fields.
GET /v1/lists/{id}{?expand,fields}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 "{VISION6_API_ENDPOINT}/v1/lists/{{$id}}?expand={{$expand}}&fields={{$fields}}" \
-X GET \
-H "Authorization: Bearer {{VISION6_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"