Get AttachmentsAsk AIget https://api.clickup.com/api/v3/workspaces/{workspace_id}/{entity_type}/{entity_id}/attachmentsReturn a list of attachments for the specified entity, including a task or File type Custom Field.Path Paramsworkspace_idintegerrequiredThe ID of the Workspace.entity_typestringenumrequiredThe entity type. Options include attachments for tasks and custom_fields for a File type Custom Field.attachmentscustom_fieldsAllowed:attachmentscustom_fieldsentity_idstringrequiredThe ID of the task or Custom Field.Query ParamscursorstringThe cursor to use to fetch the next page of results.limitinteger1 to 100Defaults to 50The maximum number of results to fetch for this page.Responses 200 400Returns when request was invalid when fetching attachments. 404Returns when {entityId} not found when fetching attachments. defaultGeneric Error responseUpdated about 1 month ago