GET
/
v1
/
data-files
/
{dataFile}
/
sample
cURL
curl --request GET \
  --url https://api.comm.com/api/v1/data-files/{dataFile}/sample \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "rows": {},
    "cols": 123
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

dataFile
string<uuid>
required

The data file ID

Response

200
application/json

SampleRowsResource

The response is of type object.