Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier of the file.
Response
200
curl --request GET \
--url https://dovetail.com/api/v1/files/{file_id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"name": "<string>",
"type": "<string>",
"status": "completed",
"author": {
"id": "<string>",
"name": "<string>"
},
"created_at": "<string>"
}
}curl --request GET \
--url https://dovetail.com/api/v1/files/{file_id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"name": "<string>",
"type": "<string>",
"status": "completed",
"author": {
"id": "<string>",
"name": "<string>"
},
"created_at": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier of the file.
200
Show child attributes
Was this page helpful?