get

HTTP Request

GET /api/v1/tables/:tableReference/uploads/:uploadName

Path parameters

Parameter

tableReference

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.

Authorization

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.

Request body

The request body must be empty.

Response body

Returns a JSON representation of an upload resource.

Last updated