Retrieve a Project
Retrieve a Project that has previously been created.
Authorizations
Path Parameters
Query Parameters
The organization ID.
Response
A Project is a unique identifier that you can use to manage and organize your work. Each project belongs to an organization.
String representing the object's type. Objects of the same type share the same value
"project"
Unique identifier for the project
Unique identifier for the organization the project belongs to
"d290f1ee-6c54-4b01-90e6-d701748f0851"
The Name of the project, URL-friendly string that identifies the project
"my-project"
Description of the project
"This is my project"
Avatar URL of the project
Time at which the project was created
"2022-03-01T00:00:00Z"
Time at which the project was last updated
"2022-03-01T00:00:00Z"
External link to a platform provider for the project
"https://my-project.com"
The log severity of the project.
DEBUG
, INFO
, WARNING
, ERROR
Whether the project is behind a proxy cache (or CDN).
Whether the project is forcing HTTPS.
Whether caching is enabled for the project.
List of cache rules that override the default cache settings.
A CacheRule is a rule that overrides the default cache settings.
The name of the cookie that edgee will use to store the session ID.
The domain of the cookie that edgee will use to store the session ID.
Whether the Edgee will only proxy requests to the origin without any computing.
Whether Edgee should inject the SDK into the html content.
A boolean that indicates whether Edgee should enforce a no-store
cache-control header on the responses that can be computed.
List of trusted IPs that can access the project.
Whether the project is password protected.
List of blocked IPs that can't access the project. Blocking IPs can only works is trusted_ips and password_protection are empty.
List of cookies that are allowed to be set by the project.
List of headers that are forwarded to the origin.
Was this page helpful?