Skip to main content

Get Artifact

GET 

/api/v1/artifacts/:artifact_id

Retrieve an artifact by its ID.

Args

response (Response): The response object. artifact_id (str): The ID of the artifact to retrieve. org_member: The organizational member making the request. db (AsyncSession): The database session.

Returns

ArtifactInDBSchema: The artifact with HTTP status of status.HTTP_200_OK.

Request

Responses

Successful Response