Get Form Overview
GET /forms/{form_key}/overview
GET
/forms/{form_key}/overview
Per-form operational detail: health, submission metrics, destination.
source_id is required and comes from a list_forms result — a form
id is only unique within its source.
Authorizations
Parameters
Path Parameters
form_key
required
The form’s HTML tag id / group key (from list_forms).
string
The form’s HTML tag id / group key (from list_forms).
Query Parameters
source_id
required
Write key / site the form belongs to (from list_forms).
string
Write key / site the form belongs to (from list_forms).
Header Parameters
Responses
200
Successful Response
object
data
required
Per-form operational detail (health, metrics, destination).
Mirrors the scalar fields of the in-app GET /forms/{form_key}/overview
response. The config-oriented route / permissions blocks from the
internal payload are intentionally omitted — an agent describing a form does
not need route-editing internals.
object
form_key
required
string
metrics
object
key
additional properties
any
placement_count
integer
source_id
required
string
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string