Logo PopinaPopina API

Logs archive file details

This endpoint is used logs archive file details

GET/v1/log/{id}

Path Parameters

idstring
Formatuuid

Response Body

application/json

curl -X GET "http://localhost:4004/v1/log/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "id": "string",
  "name": "string",
  "size": 0,
  "startedAt": "2019-08-24T14:15:22Z",
  "closedAt": "2019-08-24T14:15:22Z",
  "signedUrl": "string",
  "metadata": {
    "property1": null,
    "property2": null
  }
}