Sign in

Get List

documented

Retrieve a single list by ID with optional expansions/fields.

GET /v1/lists/{id}{?expand,fields}Listsno implementation yet0 runs
No 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"