Last updated 8 months ago
Returns all artifacts.
Successful operation.
const response = await fetch('/api/v1/artifacts', { method: 'GET', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
[ { "id": "text", "name": "text", "uuid": "text", "extention": "text", "type": "text" } ]