ListCode retrieves all code artifacts associated with a specific entity. This includes SQL queries, Python scripts, dbt models, and other code configurations that define or are part of the entity’s functionality.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Identifier of the entity to retrieve code for. This can be any entity type that contains code artifacts.
Success
ListCodeResponse is the response message for the ListCode method.