---
search:
  tags:
    - projects
    - GET
seo:
  description: >-
    Retrieves complete details for a specific project upload, including all…
    Reference for the GET /projects/uploads/{id} endpoint in the Leadtime Public
    API API.
sidebar:
  badge: GET
  label: Get project upload details
title: Get project upload details
type: openapi-operation
---
Retrieves complete details for a specific project upload, including all file metadata and organization information.

**What is returned:**
- Upload identification (ID, project ID, file ID)
- File metadata (filename, MIME type, file size in bytes)
- Organization details (description, category ID)
- User information (user ID who created the upload)
- Timestamps (creation and last update dates in ISO 8601 format)

**Note:** This endpoint requires the Projects.manageUploads permission. Only uploads from projects the user has access to can be retrieved.

<Operation source="api-reference" id="projectuploadscontroller-getprojectuploaddetails" />
