Method
List all custom algorithms, with optional filtering on Problem Type and Project ID
REQUIRED |
KEY |
TYPE |
DESCRIPTION |
No |
problemType |
str |
The problem type to query. If `None`, return all algorithms in the organization.
|
No |
projectId |
str |
The ID of the project.
|
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.
KEY |
TYPE |
DESCRIPTION |
success |
Boolean |
true if the call succeeded, false if there was an error |
result |
list[Algorithm] |
|
TYPE |
WHEN |
DataNotFoundError |
projectId is not found.
|