# Get the documents of a collection **GET /v1/collections/{collectionId}/documents** Get the documents of a collection ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **collectionId** (string) The id of the collection ### Query parameters - **page** (integer | null) The page number in a paginated set of results - **limit** (integer | null) The limit of results to be returned per page - **title[eq]** (string) Search Document with a specific title - **title[contains]** (string) Search Documents that contains this in the title - **type[eq]** (string) Search Document with a specific type - **type[in]** (array[string]) Search Document which have the following types - **status[eq]** (string) Search Document with a specific status - **status[in]** (array[string]) Search Document which have the following statuses ## Responses ### 200 Documents returned successfully #### Body: application/json (object) - **items** (array[object]) The items found - **total** (integer) The total number of items found ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden ### 404 Collection not found [Powered by Bump.sh](https://bump.sh)