cURL
curl --request GET \ --url https://api.example.com/documents
{ "documents": [ { "metadata": [ { "key": "<string>", "value": "<string>" } ], "id": "<string>", "name": "<string>", "path": "<string>", "createdAt": "2023-11-07T05:31:56Z", "signedUrl": "<string>" } ] }
the document ids to retrieve
the documents retrieved
Show child attributes
Was this page helpful?