Skip to main content
GET
Get Submission
Fetch a single submission by id — its status, progress, score, submitter, answered items, and attachments. Use Get Submission Records to discover submission ids, then read individual submissions here. The key’s user must belong to the submission’s workspace.

Authorizations

x-client-key
string
header
required
x-client-secret
string
header
required

Path Parameters

workspaceId
string<uuid>
required

Workspace the submission belongs to.

logId
string<uuid>
required

The submission (checklist log) id.

Query Parameters

items
enum<string>
default:all

all returns every item; filtered applies the template's conditional-visibility rules.

Available options:
all,
filtered
sectioned
enum<string>
default:true

Group items by their template sections.

Available options:
true,
false
viewReport
enum<string>
default:false

Include report-only data such as flag categories and AI summaries.

Available options:
true,
false
comments
enum<string>
default:false

Include item comments.

Available options:
true,
false
approvals
enum<string>
default:false

Include approval workflow state.

Available options:
true,
false

Response

The submission, wrapped in the standard listing envelope.

data
object

The full submission (checklist log).

meta
object

Pagination keys are omitted for a single-record read (serializes as {}).