v3
latestOpenAPI 3.0.32026-07-21354289.5 KBPublic Links
listPublicLinksForFile
Fetches all public links previously generated for a file
get/v1/files/{id}/public/links
Path parameters
idstring required
The UUID of the file entity
Response
Public links retrieved successfully
Example response
{
"results": [
{
"id": "3ef5c6d9-818d-45e6-8efb-b1de59079a1c",
"link": "https://file.sls.epilot.io/v1/files/public/links/3ef5c6d9-818d-45e6-8efb-b1de59079a1c"
}
]
}