# Get a submission request **GET /api/v1/submission-request/{uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **uuid** (string) ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **description** (string) The description of the form submission request - **form** (object) The form linked to this submission request - **has_submission** (boolean) Denotes if this request has a submission stored against it - **submission** (object) The submission stored against this request [Powered by Bump.sh](https://bump.sh)