Get a project – Management API – MediaKind

Get a project

get https://app.mk.io/api/v1/projects/:project_name

Returns a specified project.

RBAC Capability Required: core.project.get

Authentication

Authorization Bearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

project_name string Required

Response

200 OK

kind string Optional

The kind of record.

metadata object ProjectMetadataSchema Optional

Metadata.

Show 10 properties Hide 10 properties

cloud object ProjectMetadataCloudSchema Required

Cloud in which the project is hosted.

Show 3 properties Hide 3 properties

spec object ProjectSpecSchema Required

Specification.

Show 7 properties Hide 7 properties

assignedPaymentMethodId string or null Required format: uuid

ID of the payment method assigned to the project.

displayName string Required

Display name of the project.

isActive boolean Required

Is project active.

locationDisplayName string Optional

Display name of the location the project is in.

locationId string Required format: uuid

ID of the location the project is in.

locationName string Required

Name of the location the project is in.

name string Required

Name of the project.

Errors

400 Bad Request

error object ErrorDetail Required

Pertinent information about the error

Show 3 properties Hide 3 properties

Show value schema Hide value schema

[any key] any

ref string Required

A reference to the request that caused the error.

status integer Required

The HTTP status code

401 Unauthorized

error object ErrorDetail Required

Pertinent information about the error

Show 3 properties Hide 3 properties

Show value schema Hide value schema

[any key] any

ref string Required

A reference to the request that caused the error.

status integer Required

The HTTP status code

403 Forbidden

error object ErrorDetail Required

Pertinent information about the error

Show 3 properties Hide 3 properties

Show value schema Hide value schema

[any key] any

ref string Required

A reference to the request that caused the error.

status integer Required

The HTTP status code

404 Not Found

error object ErrorDetail Required

Pertinent information about the error

Show 3 properties Hide 3 properties

Show value schema Hide value schema

[any key] any

ref string Required

A reference to the request that caused the error.

status integer Required

The HTTP status code

429 Too Many Requests

error object ErrorDetail Required

Pertinent information about the error

Show 3 properties Hide 3 properties

Show value schema Hide value schema

[any key] any

ref string Required

A reference to the request that caused the error.

status integer Required

The HTTP status code

500 Internal Server Error

error object ErrorDetail Required

Pertinent information about the error

Show 3 properties Hide 3 properties

Show value schema Hide value schema

[any key] any

ref string Required

A reference to the request that caused the error.

status integer Required

The HTTP status code