Sélectionner vos préférences de cookies

Nous utilisons des cookies essentiels et des outils similaires qui sont nécessaires au fonctionnement de notre site et à la fourniture de nos services. Nous utilisons des cookies de performance pour collecter des statistiques anonymes afin de comprendre comment les clients utilisent notre site et d’apporter des améliorations. Les cookies essentiels ne peuvent pas être désactivés, mais vous pouvez cliquer sur « Personnaliser » ou « Refuser » pour refuser les cookies de performance.

Si vous êtes d’accord, AWS et les tiers approuvés utiliseront également des cookies pour fournir des fonctionnalités utiles au site, mémoriser vos préférences et afficher du contenu pertinent, y compris des publicités pertinentes. Pour accepter ou refuser tous les cookies non essentiels, cliquez sur « Accepter » ou « Refuser ». Pour effectuer des choix plus détaillés, cliquez sur « Personnaliser ».

ListJobs - AWS Data Exchange
Cette page n'a pas été traduite dans votre langue. Demande de traduction

ListJobs

This operation lists your jobs sorted by CreatedAt in descending order.

Request Syntax

GET /v1/jobs?dataSetId=DataSetId&maxResults=MaxResults&nextToken=NextToken&revisionId=RevisionId HTTP/1.1

URI Request Parameters

The request uses the following URI parameters.

DataSetId

The unique identifier for a data set.

MaxResults

The maximum number of results returned by a single call.

Valid Range: Minimum value of 1. Maximum value of 200.

NextToken

The token value retrieved from a previous call to access the next page of results.

RevisionId

The unique identifier for a revision.

Request Body

The request does not have a request body.

Response Syntax

HTTP/1.1 200 Content-type: application/json { "Jobs": [ { "Arn": "string", "CreatedAt": "string", "Details": { "CreateS3DataAccessFromS3Bucket": { "AssetSource": { "Bucket": "string", "KeyPrefixes": [ "string" ], "Keys": [ "string" ], "KmsKeysToGrant": [ { "KmsKeyArn": "string" } ] }, "DataSetId": "string", "RevisionId": "string" }, "ExportAssetsToS3": { "AssetDestinations": [ { "AssetId": "string", "Bucket": "string", "Key": "string" } ], "DataSetId": "string", "Encryption": { "KmsKeyArn": "string", "Type": "string" }, "RevisionId": "string" }, "ExportAssetToSignedUrl": { "AssetId": "string", "DataSetId": "string", "RevisionId": "string", "SignedUrl": "string", "SignedUrlExpiresAt": "string" }, "ExportRevisionsToS3": { "DataSetId": "string", "Encryption": { "KmsKeyArn": "string", "Type": "string" }, "EventActionArn": "string", "RevisionDestinations": [ { "Bucket": "string", "KeyPattern": "string", "RevisionId": "string" } ] }, "ImportAssetFromApiGatewayApi": { "ApiDescription": "string", "ApiId": "string", "ApiKey": "string", "ApiName": "string", "ApiSpecificationMd5Hash": "string", "ApiSpecificationUploadUrl": "string", "ApiSpecificationUploadUrlExpiresAt": "string", "DataSetId": "string", "ProtocolType": "string", "RevisionId": "string", "Stage": "string" }, "ImportAssetFromSignedUrl": { "AssetName": "string", "DataSetId": "string", "Md5Hash": "string", "RevisionId": "string", "SignedUrl": "string", "SignedUrlExpiresAt": "string" }, "ImportAssetsFromLakeFormationTagPolicy": { "CatalogId": "string", "Database": { "Expression": [ { "TagKey": "string", "TagValues": [ "string" ] } ], "Permissions": [ "string" ] }, "DataSetId": "string", "RevisionId": "string", "RoleArn": "string", "Table": { "Expression": [ { "TagKey": "string", "TagValues": [ "string" ] } ], "Permissions": [ "string" ] } }, "ImportAssetsFromRedshiftDataShares": { "AssetSources": [ { "DataShareArn": "string" } ], "DataSetId": "string", "RevisionId": "string" }, "ImportAssetsFromS3": { "AssetSources": [ { "Bucket": "string", "Key": "string" } ], "DataSetId": "string", "RevisionId": "string" } }, "Errors": [ { "Code": "string", "Details": { "ImportAssetFromSignedUrlJobErrorDetails": { "AssetName": "string" }, "ImportAssetsFromS3JobErrorDetails": [ { "Bucket": "string", "Key": "string" } ] }, "LimitName": "string", "LimitValue": number, "Message": "string", "ResourceId": "string", "ResourceType": "string" } ], "Id": "string", "State": "string", "Type": "string", "UpdatedAt": "string" } ], "NextToken": "string" }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

Jobs

The jobs listed by the request.

Type: Array of JobEntry objects

NextToken

The token value retrieved from a previous call to access the next page of results.

Type: String

Errors

For information about the errors that are common to all actions, see Common Errors.

InternalServerException

An exception occurred with the service.

HTTP Status Code: 500

ResourceNotFoundException

The resource couldn't be found.

HTTP Status Code: 404

ThrottlingException

The limit on the number of requests per second was exceeded.

HTTP Status Code: 429

ValidationException

The request was invalid.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

Rubrique suivante :

ListReceivedDataGrants

Rubrique précédente :

ListEventActions
ConfidentialitéConditions d'utilisation du sitePréférences de cookies
© 2025, Amazon Web Services, Inc. ou ses affiliés. Tous droits réservés.