Method
listAlgorithms GET
Copy GET

List all custom algorithms, with optional filtering on Problem Type and Project ID

Arguments:

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.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
result list[Algorithm]

Exceptions:

TYPE WHEN
DataNotFoundError

projectId is not found.

Language: