# S30 - List shop's documents You must specify at least one of the following parameters: shop_ids, updated_sinceCall FrequencyRecommended usage: At each display of a page that includes documents from a store (for example: during the KYC process)Maximum usage: At each display of a page that includes documents from a store (for example: during the KYC process) Endpoint: GET /api/shops/documents ## Query parameters: - `shop_id` (integer) Use this parameter when your user has access to several shops. If not specified, the shop_id from your default shop will be used. ## Response 200 fields (application/json): - `shop_documents` (array, required) Document details - `shop_documents.date_uploaded` (string) Document uploaded date - `shop_documents.file_name` (string, required) Document file name - `shop_documents.id` (integer, required) Document identifier - `shop_documents.type` (string, required) Document type code - `total_count` (integer) Total number of documents