---
title: "Projects Info"
method: POST
path: "/service/projects_info"
tags: ["Service"]
---

# Projects Info

`POST /service/projects_info`

## Request body

- ProjectsInfoReq
  - `project_ids` string[], required — External project IDs in 'entity/project' format.

## Response `200`

Successful Response

- ProjectsInfoRes[]
  - `external_project_id` string, required — External project ID in 'entity/project' format.
  - `internal_project_id` string, required — Internal project ID.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/wandb/apis/serverless-training.md) · [All operations](https://skmtc.net/wandb/apis/serverless-training/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wandb/serverless-training/revisions/8d8d96fc0fd3/schema)
