I want to retrieve the list of local documents an my Cloudant Bluemix CouchDB.
Under CouchDB 2 i can GET /db/_local_docs
to get a listing similar to _all_docs.
Unfortunately Cloudant returns following error when i call the endpoint:
{"error":"forbidden","reason":"server_admin access is required for this request"}
I tried to access the endpoint while logged in as account owner into the Cloudant Dashboard as well as authenticated with an API key.
I event tried to add an API key with the role server admin but without success
How can i access a list of local docs in Cloudant?