Skip to main content
GET
Get Filing Detail

Overview

This endpoint returns one published Token Transparency filing with its full content: the project, the filing metadata, the pinned schema (sections and question definitions), and the answers keyed by question id. Use the filing_id values from the List Filings endpoint as the id path parameter. Unlike other Blockworks API endpoints, this endpoint is public and does not require an API key.

Example Request

Example Response

A successful response returns the project, the filing, the schema the filing was submitted against, and the answers. The example below is truncated to one section and two questions: one complete answer and one gap.

Supported Options

Response Fields

All answer text and table cell values are markdown strings.

Notes

  • Responses are cached at the edge for up to 5 minutes (Cache-Control: public, max-age=300).
  • No API key or authentication header is needed for this endpoint.

Path Parameters

id
string<uuid>
required

Filing UUID (filing_id from the List Filings endpoint)

Response

project
object
required
filing
object
required
schema
object
required
questions
object
required