List messagesCopy Pagepost https://api.exponea.com/data/v2/projects/{project_id}/message-archive/Recent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Path Paramsproject_idstringrequiredYour project's ID.Body ParamsrecipientstringRecipient email address or phone number. Omit for project-wide listing. Required if customer_ids is not used.channelstringemail or sms. Omit to return all channels.from_datefloatStart of the date range (Unix timestamp, inclusive).to_datefloatEnd of the date range (Unix timestamp, inclusive).limitintegerDefaults to 50Records to return per response. Minimum value can be 1, and maximum 200.from_cursorstringPagination cursor. Pass the next_cursor value from the previous response.HeadersAuthorizationstringrequiredDefaults to Basic <base64(api_key_id:secret_key)>Responses 200 400Validation errors (invalid channel, limit out of range, bad cursor, bad ObjectId, etc.) 401Unauthorized. No/incorrect authentication credentials provided. 403Forbidden. Missing message_archive permission or module not enabled. 404Not Found 429Too Many Requests. Rate limited.Updated about 1 month ago