cURL
curl --request POST \ --url http://localhost:8080/api/v2/projects/get \ --header 'Content-Type: application/json' \ --data ' { "org_id": "<string>", "project_id": "<string>" } '
{ "org_id": "<string>", "project_id": "<string>", "description": "", "config": { "reranker": "", "embedder": "" } }
Retrieve the project identified by org_id and project_id. Includes the project’s description and effective configuration.
org_id
project_id
Successful Response
Show child attributes