Hi Elisabeth, This is the doc for REQUESTSTATUS, apparently only request ID is supported indeed: https://lucene.apache.org/solr/guide/8_6/coreadmin-api.html#coreadmin-requeststatus
Best regards, Radu -- Sematext Cloud - Full Stack Observability - https://sematext.com Solr and Elasticsearch Consulting, Training and Production Support > On 7 Dec 2020, at 12:07, elisabeth benoit <elisaelisael...@gmail.com> wrote: > > Hello all, > > I'm unloading a core with async param then sending query with request id > > http://localhost:8983/solr/admin/cores?action=UNLOAD&core=expressions&async=1001 > http://localhost:8983/solr/admin/cores?action=REQUESTSTATUS&requestid=1001 > > > and would like to find a piece of doc with all possible values of > REQUESTSTATUS. Could someone give me a pointer to the doc, I just cant find > it using a search engine. > > Best regards, > Elisabeth