| Endpoint | Method | Admin Required |
|---|---|---|
/api/v1/objects/share | GET | No |
Returns a paginated list of shared links you've created, across all of your buckets.
110{
"metadata": {
"page": 1,
"per": 10,
"total": 1
},
"items": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"bucketName": "my-bucket",
"key": "report.pdf",
"url": "https://api.example.com/api/v1/shared/3fa85f64-5717-4562-b3fc-2c963f66afa6",
"expiresAt": "2025-01-15T13:00:00Z",
"createdAt": "2025-01-15T12:00:00Z"
}
]
}
url.