Skip to main content
GET
List Entity Files
Returns the non-archived files attached to a specific entity — the file objects themselves, not the file_attachments link rows.

Auth

Requires a CRM read scope and an active organization on the token. Any of contacts:read, deals:read, companies:read, or activities:read qualifies, as does any *:manage scope — manage implies read.

Response

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

entity_type
string
required

CRM entity kind to look up files for, e.g. deal, account, contact, task, or project.

entity_id
string
required

UUID of the entity whose attached files to list.

Response

Successful Response

The response is of type Response List Entity Files Files By Entity Get · object.