Skip to main content
GET
List Projects

Authorizations

Authorization
string
header
required

Oviond API key (prefix oviond_) sent as a Bearer token — the credential for REST/programmatic and headless integrations. Manage keys in Settings → API Keys. API keys do NOT authenticate the MCP endpoint (/mcp), which uses OAuth 2.1 + PKCE.

Query Parameters

client_id
string
Example:

"cliAbc123"

template
string
Example:

"AGENCY"

Example:

"Q4 report"

sort_by
enum<string>
default:created_at
Available options:
name,
created_at,
last_modified,
type
Example:

"created_at"

order
enum<string>
default:desc
Available options:
asc,
desc
Example:

"desc"

type
enum<string>
Available options:
REPORT,
DASHBOARD
Example:

"REPORT"

page
integer | null
default:0
Required range: x >= 0
Example:

0

limit
integer
default:50
Required range: 1 <= x <= 200
Example:

50

Response

200 - application/json

Paginated project list

success
enum<boolean>
required
Available options:
true
data
object[]
required
meta
object
required