cURL
curl --request GET \ --url https://api.comm.com/api/v1/data-files \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>", "size": 123, "status": "<string>", "created_at": "<string>", "created_ago": "<string>", "columns": "<string>", "total_rows": "<string>", "processed_rows": "<string>", "can_continue": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
pending
processing
completed
failed
Array of DataFileResource
DataFileResource
The response is of type object.
object