ApiRaws
List Raws
List every raw artifact uploaded to the workspace.
List every raw artifact uploaded to the workspace.
Returned newest-first. Each entry includes a short-lived presigned GET URL the caller can use to download the body.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Header Parameters
X-API-Key?string|null
Response Body
application/json
application/json
curl -X GET "https://api.levainlabs.com/api/v1/raws/"[
{
"id": "string",
"connector": "user",
"source_id": "string",
"run": "string",
"filename": "string",
"byte_size": 0,
"last_modified": "2019-08-24T14:15:22Z",
"presigned_get_url": "string"
}
]{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}