Job Artifacts
This feature is only available in the hosted gradient Gradient version. Contact Sales to learn more.
About
Interact with any job artifacts available to either the current authenticated user or the team, if the user belongs to a team. The artifacts method has 3 sub commands - list, get & destroy.
Artifacts List
Parameters
ParameterName | Type | Attributes | Description |
| boolean | <optional> | Show the file Size |
| boolean | <optional> | Show the file URL |
| string | <optional> | Filter to get only a given file. Can use * as a wildcard. |
| string | required | job id to list artifacts for |
Artifacts Get
Get all of the artifacts associated with a job.
Parameters
ParameterName | Type | Attributes | Description |
| string | required | job id to get artifacts for |
Artifacts Destroy
Destroy all of the artifacts associated with a job.
Parameters
ParameterName | Type | Attributes | Description |
| string | required | job id to destroy artifacts for |
Last updated