Get Messages by Number ID.Ask AIget https://api.telmetrics.com/v3/api/numbers/{number_id}/messagesGets messages by number identifier for a particular date range, page size and page number.Path Paramsnumber_idint32requiredThe group id.Query ParamsStartDateUTCdate-time | nullThe start date in UTC to filter by. Format: yyyy-MM-ddTHH:mmEndDateUTCdate-time | nullThe end date in UTC to filter by. Format: yyyy-MM-ddTHH:mmPageSizeint32The number of results to return in a page.PageNumberint32The page number.HeadersAuthorizationstringDefaults to Bearer Access token. Required if x-organization-token is not provided.x-organization-tokenstringOrganization token. Required if Authorization token is not provided.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsontext/plainAllowed:application/jsontext/jsontext/plainResponses 200Success 400Bad request. Please check your payload. 401Unauthorized. Please check your token or request. 404The item you are requesting was not found. 500Server ErrorUpdated about 5 years ago