For the complete documentation index, see llms.txt. This page is also available as Markdown.

Pull Remote Data

POST /dev/v1/remote/pull

Swagger summary text says “Get auditLog search result.” The published response schema in swagger-doc.json wraps data as response.PullResponse: taskId and taskState (async task tracking), not an audit search payload. Treat the summary line as potentially stale; rely on PullResponse for client code.

Authentication

Header
Type
Required
Description

Nected-API-Key

string

Yes

Your Nected API key.

Nected-Branch

string

No

Branch name (optional in Swagger; use when the operation is branch-scoped).

Get auditLog search result.

post

Published summary from Swagger. Response data is PullResponse (taskId, taskState) for tracking an asynchronous operation.

Send Nected-API-Key (via DevAuth) and optionally Nected-Branch (branch name).

Authorizations
Nected-API-KeystringRequired

Dev API key

Header parameters
Nected-BranchstringOptional

Branch name.

Responses
200

OK

application/json

Standard API wrapper (response.Response in Swagger 2 definitions).

codestringOptional
messagestringOptional
pageNointegerOptional
pageSizeintegerOptional
totalCountintegerOptional
totalPagesintegerOptional
post
/dev/v1/remote/pull

Last updated