get
HTTP Request
GET /api/v1/tables/:tableReference/uploads/:uploadNamePath parameters
Parameter
Authorization
Request body
Response body
Was this helpful?
GET /api/v1/tables/:tableReference/uploads/:uploadNametableReference
A qualified reference to the table. See referencing resources for more information.
uploadName
The name of the upload. Make sure to URL encode the name if it contains any reserved characters.
This endpoint extends the general API structure.
Edit access to the table's dataset is required. Your access token must have one of the following scopes:
data.edit
Learn more about authorization.
The request body must be empty.
Returns a JSON representation of an upload resource.
Was this helpful?
Was this helpful?

