Path parameters

Responses

  • 200

    Information about file

GET /data/files/{file_id}
curl \
 -X GET http://localhost:8080/api/data/files/{file_id} \
 -H "Authorization: $API_KEY"