Skip to main content
GET
List specs
Results are sorted newest first. Use limit (default 20, maximum 100), skip (default 0), and optional endpoint or status filters.
The response contains specs, total, and hasMore. Increase skip by your page size while hasMore is true.

Summaries and full results

Entries include _id, created, input, endpoint, status, available download links, and other summary metadata. They do not include full Markdown/JSON bodies, graph data, or live progress messages. Retrieve a specific entry with spec status before reading its artifacts. Supported endpoints are fast_spec and deep_spec; supported statuses are pending, processing, completed, and failed. Unknown filter values are ignored. Use search to match text in the original input.

Authorizations

Authorization
string
header
required

Use a pre.dev API key from https://pre.dev/projects/key.

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
skip
integer
default:0
Required range: x >= 0
endpoint
enum<string>
Available options:
fast_spec,
deep_spec
status
enum<string>
Available options:
pending,
processing,
completed,
failed

Response

Paginated spec summaries.

specs
object[]
required
total
integer
required
Required range: x >= 0
hasMore
boolean
required