projects ยท version 0.1.0
Get a project
GET /api/projects/{projectId}
Request
GET https://sourced.sh/api/projects/{projectId}
Parameters
| Name | Location | Required | Description |
|---|---|---|---|
projectId | path | Yes | Project identifier. string |
Responses
200
Project detail.
application/json
type: object
required: project
properties:
project (required): Project
Project:
type: object
required: id, name, createdAt
properties:
id (required): string
name (required): string
apiName: string
mode: string enum flagship | stainless_compatible | custom | openapi | stainless_migration
New writes use `flagship` or `stainless_compatible`; legacy `custom`, `openapi`, and `stainless_migration` records may still be returned.
status: string enum created | active | archived
createdAt (required): string
updatedAt: string
runCount: integer