List symbols

List all symbols 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
libraryId
string (CogniteExternalId) <= 255 characters

Retrieve items related to this library

Example: libraryId=my.known.id
Responses
200

List of symbols with next cursor

400

The response for a failed request.

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