POST operations should not use verbs like retrieve, fetch, get, or read in their summaries. If data retrieval is the goal, a GET method should be used instead to follow RESTful conventions.
OpenAPI Operations POST No Retrieve Verbs
Message: POST operation summaries MUST NOT use retrieve, fetch, get, or read verbs.