# Get all sent form submission requests **GET /api/v1/submission-request/sent** Get all form submission requests that were sent by the authenticated account. ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Query parameters - **filter[uuid]** (string) Filter by a comma separated list of UUIDs. - **filter[created_after]** (string) Date to filter when the record was created after. - **filter[created_before]** (string) Date to filter when the record was created before. - **filter[form.title]** (string) @deprecated Please use filter[form_title] instead. - **filter[form_title]** (string) Filter by partial form titles. - **filter[sender_uuids]** (string) Filter by a comma separated list of employee account UUIDs of who sent the form requests. - **filter[receiver_uuids]** (string) Filter by a comma separated list of client account UUIDs of who received the form requests. - **filter[circle_uuids]** (string) Filter by a comma separated list of circle UUIDs belonging to client accounts of who received the form requests. - **sort** (string) Field to sort by. Valid fields are [created_at, updated_at, description]. Negative sign to denote DESC. Defaults to '-created_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)