Skip to main content

Retrieve Form

Get Form Endpoint

URL

GET /v1/forms/{id}

Description

This endpoint retrieves the details of a form identified by its ID.

Request

Path Parameters

  • id (string): The unique identifier of the form.

Headers

HeaderRequiredDescription
AuthorizationBearer YOUR_API_KEY
Content-Typeapplication/json

Responses

Success Response

  • Code: 200 OK
  • Content:
{
"id": "gf_43214627a8e34accbcc19a580fe085e5",
"object": "form",
"form_id": "686290f318f665f2b91c4412",
"file_name": "f9465.pdf",
"form_url": "https://stinstafill.blob.core.windows.net/file-uploads/templates/4d11b54b-5382-4050-8c72-d8342faa21e5/f9465.pdf",
"uploading": false,
"processed": true,
"uploading_completed_at": "2025-06-30T13:28:19.327Z"
}