curl --request GET \
--url https://api.callhq.ai/api/files/{fileId} \
--header 'x-api-key: <api-key>'
{
"file": {
"id": "<string>",
"externalId": "<string>",
"name": "<string>",
"integrationId": "<string>",
"url": "<string>",
"bytes": 123,
"object": "<string>",
"purpose": "<string>",
"mimetype": "<string>",
"bucket": "<string>",
"path": "<string>",
"status": "<string>",
"parsedTextUrl": "<string>",
"parsedTextBytes": "<string>",
"organizationId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"organization": {
"id": "<string>",
"name": "<string>"
},
"integration": {}
}
}
curl --request GET \
--url https://api.callhq.ai/api/files/{fileId} \
--header 'x-api-key: <api-key>'
{
"file": {
"id": "<string>",
"externalId": "<string>",
"name": "<string>",
"integrationId": "<string>",
"url": "<string>",
"bytes": 123,
"object": "<string>",
"purpose": "<string>",
"mimetype": "<string>",
"bucket": "<string>",
"path": "<string>",
"status": "<string>",
"parsedTextUrl": "<string>",
"parsedTextBytes": "<string>",
"organizationId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"organization": {
"id": "<string>",
"name": "<string>"
},
"integration": {}
}
}
Unique identifier of the file.
File retrieved successfully.
The response is of type object
.