cURL
curl --request GET \ --url https://trytako.com/api/v1/beta/files/{file_id}/ \ --header 'X-API-Key: <api-key>'
{ "file_id": "<string>", "last_updated_at": "2023-11-07T05:31:56Z", "key": "<string>", "schema": { "schema_id": "<string>", "display_name": "<string>" }, "file_url": "<string>", "file_context": "<string>", "segment_id": "<string>", "source": "<string>", "cleaned_files": [ { "key": "<string>", "cleaned_file_id": "<string>", "cleaned_context": "<string>", "file_url": "<string>", "file_context": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "connected_private_index": "<string>" }
Get file metadata
ID of the file
Dataset file object
Show child attributes