# Get all documents **GET /api/v1/document** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Query parameters - **include** (string) Comma separated list of relationships to include in the response. Valid relationships are [clients, file]. - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **filter[name]** (string) Filter by partial document title - **filter[created_before]** (string) date Filter documents created before a given date. Format: YYYY-MM-DD - **filter[created_after]** (string) date Filter documents created after a given date. Format: YYYY-MM-DD - **filter[client_uuids]** (string) Filter by a comma separated list of client UUIDs. - **filter[circle_uuids]** (string) Comma separated string of circle UUIDs to filter by. - **sort** (string) Field to sort by. Valid fields are [created_at, updated_at]. Negative sign to denote DESC. Defaults to 'updated_at'. - **per_page** (integer) Number of results to return with pagination (Default 15. Max 500). ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) [Powered by Bump.sh](https://bump.sh)