Get projects environments tasks 1
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
The identifier of Task
Resources configuration (base memory and memory ratio)
Authorizations available to this container
The relationships of the container to defined services
A mapping of hostname to ip address to be added to the container's hosts file
Filesystem mounts of this container. If not specified the container will have no writeable disk space
The timezone of the task. Defaults to the project's timezone if not specified
Variables provide environment-sensitive information to control how this container behaves. To set a Unix environment variable, specify a key of env:, and then each sub-item of that is a key/value pair that will be injected into the environment
Selected container profile for this container
The runtime type and version for the task (e.g., python:3.8)
Configuration related to the source code of the task
Scripts executed at various points in the lifecycle of the task
External global dependencies of this task. They will be downloaded by the language's package manager
Runtime-specific configuration
Configuration for task execution
The unique name of the task