Project Search

Retrieve a list of projects filtered by various parameters, including a natural language search.

Project Search API

  • URL: /project-search

  • Method: POST

  • Returns: A list of projects.

Query Parameters

Parameter
Type
Description

resourceIdentifier

int (Optional)

Project IDs.

registry

string (Optional)

Registry to filter projects.

methodology

string (Optional)

Methodology type.

status

string (Optional)

Status of the project.

location

string (Optional)

Country in which the project is located.

type

string (Optional)

Project type.

hidden

boolean (Optional)

Project visibility on registries (some projects are in registry pipelines but are not accessible at the moment)

generalString

string (Optional)

Keyword search across project title and description.

natural_language

string (Optional)

Use natural language processing to filter projects based on aggregated document content.

Please see the glossary for the supported methodologies, statuses, and types for each registry.

Sample Request

cURL

Python

Sample Response

Last updated