List connections

List all connections defined in the current project.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
query Parameters
cursor
string

Cursor for paging through results.

Example: cursor=4zj0Vy2fo0NtNMb229mI9r1V3YG5NBL752kQz1cKtwo
diagramId
string (CogniteExternalId) <= 255 characters

Retrieve items related to the diagram

Example: diagramId=my.known.id
Responses
200

List of connections with next cursor

400

The response for a failed request.

get/diagram-parsing/connections
Request samples
Response samples
application/json
{
  • "items": [
    • {
      }
    ],
  • "nextCursor": "string"
}