Fetch List membersAsk AIget https://api.ometria.com/v2/lists/{list_id}/contactsReturn contacts in the list as a JSON arrayPath Paramslist_idstringrequiredThe ID of the list to fetch.Query ParamslimitintegerDefaults to 10The number of records to fetch. Maximum 250.offsetintegerDefaults to 0The index of the first record to fetchResponses 200List of contact objects 403API key is not authorised to access this resource 404List with specified ID was not foundUpdated 3 months ago