Skip to main content
GET
/
v2
/
link
/
bulk_op
List Bulk Ops
curl --request GET \
  --url https://api.tryvital.io/v2/link/bulk_op \
  --header 'x-vital-api-key: <api-key>'
{
  "data": [
    {
      "type": "link_bulk_import",
      "status": "in_progress",
      "provider": "oura",
      "pending": 123,
      "processed": 123,
      "started_at": "2023-11-07T05:31:56Z",
      "ended_at": "2023-11-07T05:31:56Z"
    }
  ],
  "next_cursor": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://vital-mintlify-seo-metadata-1777047627.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

If you are planning to migrate connections, please chat with us through support channels. Link Migration endpoints are disabled by default.

Authorizations

x-vital-api-key
string
header
required

Vital Team API Key

Query Parameters

next_cursor
string | null
page_size
integer
default:10
Required range: 0 <= x <= 50

Response

Successful Response

data
BulkOp · object[]
required
next_cursor
string | null
required