Skip to main content
GET
/
v1
/
projects
/
{id}
Get Project
curl --request GET \
  --url https://api.oviond.com/v1/projects/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "id": "proj123",
    "name": "Q1 Report",
    "account_id": "ov:26AbCdEfGhIjKlMnOp",
    "client_id": "<string>",
    "type": "REPORT",
    "status": "<string>",
    "nano_id": "<string>",
    "created_at": null,
    "is_deleted": true,
    "deleted_at": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Project document

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